#285872

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

Shades of Chathams Blue #285872

Tints of Chathams Blue #285872

Color information

#285872 (or 0x285872) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 72. RGB value is (40,88,114). Sum of RGB (Red+Green+Blue) = 40+88+114=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 114 (44.92% from 255 or 47.11% from 242); Max value from RGB is 114 - color contains mainly: blue. Hex color #285872 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285872 is #D7A78D. Grayscale: #4C4C4C. Windows color (decimal): -14133134 or 7493672. OLE color: 7493672.

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

Color convert

RGB4088114-
CMYK0.650.2300.55
HSL201.08º48.05%30.2%-
HSV(B)201.08º64.91%44.71%-
XYZ7.48.6517.2-
YUV76.61149.1101.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 88 (34.77% from 255) = 36.36%
BLUE value IS 114 (44.92% from 255) = 47.11%
R=16.53%
G=36.36%
B=47.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40881140.650.2300.55201.0848.0530.2
Hex2858724117037c9301e
Octal50130162101270673116036
Binary1010001011000111001010000011011101101111100100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285872; }

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

 H1.HeaderClassName
 {
   color: #285872;
 }
 .AnyTagClassName
 {
   color: #285872;
 }
</style>
background-color css

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

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

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

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

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

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