#285A73

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

Shades of Chathams Blue #285A73

Tints of Chathams Blue #285A73

Color information

#285A73 (or 0x285A73) is unknown color: approx Chathams Blue. HEX triplet: 28, 5A and 73. RGB value is (40,90,115). Sum of RGB (Red+Green+Blue) = 40+90+115=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 115 - color contains mainly: blue. Hex color #285A73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285A73 is #D7A58C. Grayscale: #4D4D4D. Windows color (decimal): -14132621 or 7559720. OLE color: 7559720.

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

Color convert

RGB4090115-
CMYK0.650.2200.55
HSL200º48.39%30.39%-
HSV(B)200º65.22%45.1%-
XYZ7.63917.56-
YUV77.9148.94100.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=16.33%
G=36.73%
B=46.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40901150.650.2200.5520048.3930.39
Hex285A734116037c8301e
Octal50132163101260673106036
Binary1010001011010111001110000011011001101111100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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