Html Css Color HEX #245569 Chathams Blue

📋 copy color: '#245569'

red 36 ◦ green 85 ◦ blue 105

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

Shades of Chathams Blue #245569

Tints of Chathams Blue #245569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.61%

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 15.93%
G = 37.61%
B = 46.46%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245569 (or 0x245569) is known color: Chathams Blue. HEX triplet: 24, 55 and 69. RGB value is (36,85,105). Sum of RGB (Red+Green+Blue) = 36+85+105=226 (29% of max value = 765). Red value is 36 (14.45% from 255 or 15.93% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #245569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245569 is #DBAA96. Grayscale: #484848. Windows color (decimal): -14396055 or 6903076. OLE color: 6903076.

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

Color convert

RGB 36 85 105 -
CMYK 0.66 0.19 0 0.59
HSL 197.39º 0.49% 0.28% -
HSV(B) 197.39º 0.66% 0.41% -
XYZ 6.53 7.89 14.54 -
YUV 72.63 146.27 101.87 -
System Red Green Blue C M Y K H S L
Decimal 36 85 105 0.66 0.19 0 0.59 197.39 0.49 0.28
Hex 24 55 69 42 13 0 3B C5 31 1C
Octal 44 125 151 102 23 0 73 305 61 34
Binary 100100 1010101 1101001 1000010 10011 0 111011 11000101 110001 11100

Color Harmonies of #245569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245569

Black with #245569

Text Example


Text Example

White with #245569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245569; }

 p { color: rgb(36,85,105); }

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

background-color css

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

 a { background-color: rgb(36,85,105); }

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

border-color css

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

 span { border-color: rgb(36,85,105); }

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