Html Css Color HEX #245268 Chathams Blue

📋 copy color: '#245268'

red 36 ◦ green 82 ◦ blue 104

#245268
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chathams Blue #245268

Tints of Chathams Blue #245268

RGB

 RED value IS 36 (14.45% from 255) = 16.22%

 GREEN value IS 82 (32.42% from 255) = 36.94%

 BLUE value IS 104 (41.02% from 255) = 46.85%

R = 16.22%
G = 36.94%
B = 46.85%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#245268 (or 0x245268) is known color: Chathams Blue. HEX triplet: 24, 52 and 68. RGB value is (36,82,104). Sum of RGB (Red+Green+Blue) = 36+82+104=222 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.22% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #245268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245268 is #DBAD97. Grayscale: #464646. Windows color (decimal): -14396824 or 6836772. OLE color: 6836772.

HSL color Cylindrical-coordinate representation of color #245268: hue angle of 199.41º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245268 is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 82 104 -
CMYK 0.65 0.21 0 0.59
HSL 199.41º 0.49% 0.27% -
HSV(B) 199.41º 0.65% 0.41% -
XYZ 6.24 7.41 14.2 -
YUV 70.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 36 82 104 0.65 0.21 0 0.59 199.41 0.49 0.27
Hex 24 52 68 41 15 0 3B C7 31 1B
Octal 44 122 150 101 25 0 73 307 61 33
Binary 100100 1010010 1101000 1000001 10101 0 111011 11000111 110001 11011

Color Harmonies of #245268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245268

Black with #245268

Text Example


Text Example

White with #245268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245268; }

 p { color: rgb(36,82,104); }

 H1.HeaderClassName
 {
   color: #245268;
 }
 .AnyTagClassName
 {
   color: #245268;
 }
</style>

background-color css

<style>
 a { background-color: #245268; }

 a { background-color: rgb(36,82,104); }

 div.DivClassName
 {
   background-color: #245268;
 }
 .BgClassName
 {
   background-color: #245268;
 }
</style>

border-color css

<style>
 span { border-color: #245268; }

 span { border-color: rgb(36,82,104); }

 td.TdClassName
 {
   border-color: #245268;
 }
 .TagClassName
 {
   border-color: #245268;
 }
</style>