#285672

Color #285672 Chathams Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chathams Blue #285672

Tints of Chathams Blue #285672

Color information

#285672 (or 0x285672) is unknown color: approx 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

RGB4086114-
CMYK0.650.2500.55
HSL202.7º48.05%30.2%-
HSV(B)202.7º64.91%44.71%-
XYZ7.248.3217.14-
YUV75.44149.76102.72-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40861140.650.2500.55202.748.0530.2
Hex2856724119037cb301e
Octal50126162101310673136036
Binary1010001010110111001010000011100101101111100101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>