Html Css Color HEX #245A6B Chathams Blue

📋 copy color: '#245A6B'

red 36 ◦ green 90 ◦ blue 107

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

Shades of Chathams Blue #245A6B

Tints of Chathams Blue #245A6B

RGB

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

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

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

R = 15.45%
G = 38.63%
B = 45.92%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#245A6B (or 0x245A6B) is known color: Chathams Blue. HEX triplet: 24, 5A and 6B. RGB value is (36,90,107). Sum of RGB (Red+Green+Blue) = 36+90+107=233 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.45% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 107 (42.19% from 255 or 45.92% from 233); Max value from RGB is 107 - color contains mainly: blue. Hex color #245A6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A6B is #DBA594. Grayscale: #4B4B4B. Windows color (decimal): -14394773 or 7035428. OLE color: 7035428.

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

Color convert

RGB 36 90 107 -
CMYK 0.66 0.16 0 0.58
HSL 194.37º 0.5% 0.28% -
HSV(B) 194.37º 0.66% 0.42% -
XYZ 7.04 8.75 15.23 -
YUV 75.79 145.61 99.62 -
System Red Green Blue C M Y K H S L
Decimal 36 90 107 0.66 0.16 0 0.58 194.37 0.5 0.28
Hex 24 5A 6B 42 10 0 3A C2 32 1C
Octal 44 132 153 102 20 0 72 302 62 34
Binary 100100 1011010 1101011 1000010 10000 0 111010 11000010 110010 11100

Color Harmonies of #245A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245A6B

Black with #245A6B

Text Example


Text Example

White with #245A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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