Html Css Color HEX #285C72 Chathams Blue

📋 copy color: '#285C72'

red 40 ◦ green 92 ◦ blue 114

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

Shades of Chathams Blue #285C72

Tints of Chathams Blue #285C72

RGB

 RED value IS 40 (16.02% from 255) = 16.26%

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

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 16.26%
G = 37.4%
B = 46.34%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285C72 (or 0x285C72) is known color: Chathams Blue. HEX triplet: 28, 5C and 72. RGB value is (40,92,114). Sum of RGB (Red+Green+Blue) = 40+92+114=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #285C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285C72 is #D7A38D. Grayscale: #4E4E4E. Windows color (decimal): -14132110 or 7494696. OLE color: 7494696.

HSL color Cylindrical-coordinate representation of color #285C72: hue angle of 197.84º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285C72 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 92 114 -
CMYK 0.65 0.19 0 0.55
HSL 197.84º 0.48% 0.3% -
HSV(B) 197.84º 0.65% 0.45% -
XYZ 7.74 9.32 17.31 -
YUV 78.96 147.77 100.21 -
System Red Green Blue C M Y K H S L
Decimal 40 92 114 0.65 0.19 0 0.55 197.84 0.48 0.3
Hex 28 5C 72 41 13 0 37 C6 30 1E
Octal 50 134 162 101 23 0 67 306 60 36
Binary 101000 1011100 1110010 1000001 10011 0 110111 11000110 110000 11110

Color Harmonies of #285C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285C72

Black with #285C72

Text Example


Text Example

White with #285C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285C72; }

 p { color: rgb(40,92,114); }

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

background-color css

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

 a { background-color: rgb(40,92,114); }

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

border-color css

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

 span { border-color: rgb(40,92,114); }

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