#285A6E

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

Shades of Chathams Blue #285A6E

Tints of Chathams Blue #285A6E

Color information

#285A6E (or 0x285A6E) is unknown color: approx Chathams Blue. HEX triplet: 28, 5A and 6E. RGB value is (40,90,110). Sum of RGB (Red+Green+Blue) = 40+90+110=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 90 (35.55% from 255 or 37.5% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #285A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A6E is #D7A591. Grayscale: #4D4D4D. Windows color (decimal): -14132626 or 7232040. OLE color: 7232040.

HSL color Cylindrical-coordinate representation of color #285A6E: hue angle of 197.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285A6E is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4090110-
CMYK0.640.1800.57
HSL197.14º46.67%29.41%-
HSV(B)197.14º63.64%43.14%-
XYZ7.358.8916.08-
YUV77.33146.44101.37-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.67%
GREEN value IS 90 (35.55% from 255) = 37.5%
BLUE value IS 110 (43.36% from 255) = 45.83%
R=16.67%
G=37.5%
B=45.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40901100.640.1800.57197.1446.6729.41
Hex285A6E4012039c52f1d
Octal50132156100220713055735
Binary1010001011010110111010000001001001110011100010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,90,110); }

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

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

 a { background-color: rgb(40,90,110); }

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

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

 span { border-color: rgb(40,90,110); }

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