Html Css Color HEX #285672 Chathams Blue

📋 copy color: '#285672'

red 40 ◦ green 86 ◦ blue 114

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

Shades of Chathams Blue #285672

Tints of Chathams Blue #285672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.83%

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

R = 16.67%
G = 35.83%
B = 47.5%

CMYK

 C value IS 0.65

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#285672 (or 0x285672) is known color: Chathams Blue. HEX triplet: 28, 56 and 72. RGB value is (40,86,114). Sum of RGB (Red+Green+Blue) = 40+86+114=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #285672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285672 is #D7A98D. Grayscale: #4B4B4B. Windows color (decimal): -14133646 or 7493160. OLE color: 7493160.

HSL color Cylindrical-coordinate representation of color #285672: hue angle of 202.7º 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 #285672 is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 86 114 -
CMYK 0.65 0.25 0 0.55
HSL 202.7º 0.48% 0.3% -
HSV(B) 202.7º 0.65% 0.45% -
XYZ 7.24 8.32 17.14 -
YUV 75.44 149.76 102.72 -
System Red Green Blue C M Y K H S L
Decimal 40 86 114 0.65 0.25 0 0.55 202.7 0.48 0.3
Hex 28 56 72 41 19 0 37 CB 30 1E
Octal 50 126 162 101 31 0 67 313 60 36
Binary 101000 1010110 1110010 1000001 11001 0 110111 11001011 110000 11110

Color Harmonies of #285672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285672

Black with #285672

Text Example


Text Example

White with #285672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285672; }

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

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

background-color css

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

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

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

border-color css

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

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

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