Html Css Color HEX #245D6B Chathams Blue

📋 copy color: '#245D6B'

red 36 ◦ green 93 ◦ blue 107

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

Shades of Chathams Blue #245D6B

Tints of Chathams Blue #245D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

 BLUE value IS 107 (42.19% from 255) = 45.34%

R = 15.25%
G = 39.41%
B = 45.34%

CMYK

 C value IS 0.66

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#245D6B (or 0x245D6B) is known color: Chathams Blue. HEX triplet: 24, 5D and 6B. RGB value is (36,93,107). Sum of RGB (Red+Green+Blue) = 36+93+107=236 (31% of max value = 765). Red value is 36 (14.45% from 255 or 15.25% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #245D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245D6B is #DBA294. Grayscale: #4D4D4D. Windows color (decimal): -14394005 or 7036196. OLE color: 7036196.

HSL color Cylindrical-coordinate representation of color #245D6B: hue angle of 191.83º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #245D6B is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 36 93 107 -
CMYK 0.66 0.13 0 0.58
HSL 191.83º 0.5% 0.28% -
HSV(B) 191.83º 0.66% 0.42% -
XYZ 7.3 9.27 15.31 -
YUV 77.55 144.62 98.36 -
System Red Green Blue C M Y K H S L
Decimal 36 93 107 0.66 0.13 0 0.58 191.83 0.5 0.28
Hex 24 5D 6B 42 D 0 3A C0 32 1C
Octal 44 135 153 102 15 0 72 300 62 34
Binary 100100 1011101 1101011 1000010 1101 0 111010 11000000 110010 11100

Color Harmonies of #245D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245D6B

Black with #245D6B

Text Example


Text Example

White with #245D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,93,107); }

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

background-color css

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

 a { background-color: rgb(36,93,107); }

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

border-color css

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

 span { border-color: rgb(36,93,107); }

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