Html Css Color HEX #245C68 Chathams Blue

📋 copy color: '#245C68'

red 36 ◦ green 92 ◦ blue 104

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

Shades of Chathams Blue #245C68

Tints of Chathams Blue #245C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.66%

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 15.52%
G = 39.66%
B = 44.83%

CMYK

 C value IS 0.65

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#245C68 (or 0x245C68) is known color: Chathams Blue. HEX triplet: 24, 5C and 68. RGB value is (36,92,104). Sum of RGB (Red+Green+Blue) = 36+92+104=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #245C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C68 is #DBA397. Grayscale: #4C4C4C. Windows color (decimal): -14394264 or 6839332. OLE color: 6839332.

HSL color Cylindrical-coordinate representation of color #245C68: hue angle of 190.59º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #245C68 is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 92 104 -
CMYK 0.65 0.12 0 0.59
HSL 190.59º 0.49% 0.27% -
HSV(B) 190.59º 0.65% 0.41% -
XYZ 7.05 9.03 14.47 -
YUV 76.62 143.45 99.02 -
System Red Green Blue C M Y K H S L
Decimal 36 92 104 0.65 0.12 0 0.59 190.59 0.49 0.27
Hex 24 5C 68 41 C 0 3B BF 31 1B
Octal 44 134 150 101 14 0 73 277 61 33
Binary 100100 1011100 1101000 1000001 1100 0 111011 10111111 110001 11011

Color Harmonies of #245C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #245C68

Black with #245C68

Text Example


Text Example

White with #245C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,92,104); }

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

background-color css

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

 a { background-color: rgb(36,92,104); }

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

border-color css

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

 span { border-color: rgb(36,92,104); }

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