Html Css Color HEX #245A69 Chathams Blue

📋 copy color: '#245A69'

red 36 ◦ green 90 ◦ blue 105

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

Shades of Chathams Blue #245A69

Tints of Chathams Blue #245A69

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.96%

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

R = 15.58%
G = 38.96%
B = 45.45%

CMYK

 C value IS 0.66

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245A69 (or 0x245A69) is known color: Chathams Blue. HEX triplet: 24, 5A and 69. RGB value is (36,90,105). Sum of RGB (Red+Green+Blue) = 36+90+105=231 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.58% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #245A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A69 is #DBA596. Grayscale: #4B4B4B. Windows color (decimal): -14394775 or 6904356. OLE color: 6904356.

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

Color convert

RGB 36 90 105 -
CMYK 0.66 0.14 0 0.59
HSL 193.04º 0.49% 0.28% -
HSV(B) 193.04º 0.66% 0.41% -
XYZ 6.93 8.71 14.68 -
YUV 75.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 36 90 105 0.66 0.14 0 0.59 193.04 0.49 0.28
Hex 24 5A 69 42 E 0 3B C1 31 1C
Octal 44 132 151 102 16 0 73 301 61 34
Binary 100100 1011010 1101001 1000010 1110 0 111011 11000001 110001 11100

Color Harmonies of #245A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A69

Black with #245A69

Text Example


Text Example

White with #245A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #245A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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