Html Css Color HEX #245469 Chathams Blue

📋 copy color: '#245469'

red 36 ◦ green 84 ◦ blue 105

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

Shades of Chathams Blue #245469

Tints of Chathams Blue #245469

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.33%

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

R = 16%
G = 37.33%
B = 46.67%

CMYK

 C value IS 0.66

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245469 (or 0x245469) is known color: Chathams Blue. HEX triplet: 24, 54 and 69. RGB value is (36,84,105). Sum of RGB (Red+Green+Blue) = 36+84+105=225 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #245469 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245469 is #DBAB96. Grayscale: #474747. Windows color (decimal): -14396311 or 6902820. OLE color: 6902820.

HSL color Cylindrical-coordinate representation of color #245469: hue angle of 198.26º 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 #245469 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 84 105 -
CMYK 0.66 0.20 0 0.59
HSL 198.26º 0.49% 0.28% -
HSV(B) 198.26º 0.66% 0.41% -
XYZ 6.45 7.74 14.52 -
YUV 72.04 146.6 102.29 -
System Red Green Blue C M Y K H S L
Decimal 36 84 105 0.66 0.20 0 0.59 198.26 0.49 0.28
Hex 24 54 69 42 14 0 3B C6 31 1C
Octal 44 124 151 102 24 0 73 306 61 34
Binary 100100 1010100 1101001 1000010 10100 0 111011 11000110 110001 11100

Color Harmonies of #245469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245469

Black with #245469

Text Example


Text Example

White with #245469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245469; }

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

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

background-color css

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

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

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

border-color css

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

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

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