#285B6B

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

Shades of Chathams Blue #285B6B

Tints of Chathams Blue #285B6B

Color information

#285B6B (or 0x285B6B) is unknown color: approx Chathams Blue. HEX triplet: 28, 5B and 6B. RGB value is (40,91,107). Sum of RGB (Red+Green+Blue) = 40+91+107=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #285B6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285B6B is #D7A494. Grayscale: #4D4D4D. Windows color (decimal): -14132373 or 7035688. OLE color: 7035688.

HSL color Cylindrical-coordinate representation of color #285B6B: hue angle of 194.33º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #285B6B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4091107-
CMYK0.630.1500.58
HSL194.33º45.58%28.82%-
HSV(B)194.33º62.62%41.96%-
XYZ7.278.9915.26-
YUV77.57144.6101.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 91 (35.94% from 255) = 38.24%
BLUE value IS 107 (42.19% from 255) = 44.96%
R=16.81%
G=38.24%
B=44.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40911070.630.1500.58194.3345.5828.82
Hex285B6B3FF03Ac22e1d
Octal5013315377170723025635
Binary10100010110111101011111111111101110101100001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,107); }

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

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

 a { background-color: rgb(40,91,107); }

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

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

 span { border-color: rgb(40,91,107); }

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