Html Css Color HEX #245270 Chathams Blue

📋 copy color: '#245270'

red 36 ◦ green 82 ◦ blue 112

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

Shades of Chathams Blue #245270

Tints of Chathams Blue #245270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 48.7%

R = 15.65%
G = 35.65%
B = 48.7%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#245270 (or 0x245270) is known color: Chathams Blue. HEX triplet: 24, 52 and 70. RGB value is (36,82,112). Sum of RGB (Red+Green+Blue) = 36+82+112=230 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.65% from 230); Green value is 82 (32.42% from 255 or 35.65% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #245270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245270 is #DBAD8F. Grayscale: #474747. Windows color (decimal): -14396816 or 7361060. OLE color: 7361060.

HSL color Cylindrical-coordinate representation of color #245270: hue angle of 203.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245270 is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 36 82 112 -
CMYK 0.68 0.27 0 0.56
HSL 203.68º 0.51% 0.29% -
HSV(B) 203.68º 0.68% 0.44% -
XYZ 6.67 7.58 16.44 -
YUV 71.67 150.76 102.56 -
System Red Green Blue C M Y K H S L
Decimal 36 82 112 0.68 0.27 0 0.56 203.68 0.51 0.29
Hex 24 52 70 44 1B 0 38 CC 33 1D
Octal 44 122 160 104 33 0 70 314 63 35
Binary 100100 1010010 1110000 1000100 11011 0 111000 11001100 110011 11101

Color Harmonies of #245270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245270

Black with #245270

Text Example


Text Example

White with #245270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245270; }

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

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

background-color css

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

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

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

border-color css

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

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

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