Color Hex Logo

#246272 Color Hex

#246272
(36,98,114)
0 Favorites   0 Comments

Color spaces of #246272

RGB 3698114
HSL0.530.520.29
HSV192°68°45°
CMYK 0.680.140.00   0.55
XYZ8.132510.325317.4839
Yxy10.32530.22630.2873
Hunter Lab32.1330-11.0564-9.7672
CIE-Lab38.4200-14.2434-14.8790

#246272 color RGB value is (36,98,114).

#246272 hex color red value is 36, green value is 98 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #246272 hue: 0.53 , saturation: 0.52 and the lightness value of 246272 is 0.29.

The process color (four color CMYK) of #246272 color hex is 0.68, 0.14, 0.00, 0.55. Web safe color of #246272 is #336666. Color #246272 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01100010 01110010
Octal 44 142 162
Decimal 36 98 114
Hex 24 62 72

RGB Percentages of Color #246272

%14.52
%39.52
%45.97

CMYK Percentages of Color #246272

%68
%14
%0
%55

Triadic Colors of #246272

#246272 #722462 #627224

Analogous Colors of #246272

#246272 #243b72 #24725b

Monochromatic Colors of #246272

#246272

Complementary Color

#246272 #723424

#246272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#246272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#246272 Color CSS Codes

.mybgcolor {background-color:#246272; } 
.myforecolor {color:#246272; }
.mybordercolor {border:3px solid #246272; }

#246272 Text Font Color

<p style="color:#246272">Text here</p>

This sample text font color is #246272
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#246272 Background Color

<div style="background-color:#246272">
Div content here</div>

This div background color is #246272


#246272 Border Color

<div style="border:3px solid #246272">
Div here</div>

This div border color is #246272


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,98,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #246272; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #246272;
  -webkit-box-shadow: 1px 1px 3px 2px #246272;
  box-shadow:         1px 1px 3px 2px #246272; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,98,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #246272">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #246272;
  -webkit-box-shadow: 1px 1px 3px 2px #246272;
  box-shadow:         1px 1px 3px 2px #246272;">
Div content here</div>

This div box has shadow with color #246272


Comments

No comments written yet.

Please login to write comment.