#285868

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

Shades of Chathams Blue #285868

Tints of Chathams Blue #285868

Color information

#285868 (or 0x285868) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 68. RGB value is (40,88,104). Sum of RGB (Red+Green+Blue) = 40+88+104=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 88 (34.77% from 255 or 37.93% 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 #285868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285868 is #D7A797. Grayscale: #4B4B4B. Windows color (decimal): -14133144 or 6838312. OLE color: 6838312.

HSL color Cylindrical-coordinate representation of color #285868: hue angle of 195º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285868 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4088104-
CMYK0.620.1500.59
HSL195º44.44%28.24%-
HSV(B)195º61.54%40.78%-
XYZ6.868.4314.36-
YUV75.47144.1102.7-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=17.24%
G=37.93%
B=44.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40881040.620.1500.5919544.4428.24
Hex2858683EF03Bc32c1c
Octal5013015076170733035434
Binary10100010110001101000111110111101110111100001110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285868; }

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

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

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

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

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

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

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

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