#285367

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

Shades of Chathams Blue #285367

Tints of Chathams Blue #285367

Color information

#285367 (or 0x285367) is unknown color: approx Chathams Blue. HEX triplet: 28, 53 and 67. RGB value is (40,83,103). Sum of RGB (Red+Green+Blue) = 40+83+103=226 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.70% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 103 (40.62% from 255 or 45.58% from 226); Max value from RGB is 103 - color contains mainly: blue. Hex color #285367 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285367 is #D7AC98. Grayscale: #484848. Windows color (decimal): -14134425 or 6771496. OLE color: 6771496.

HSL color Cylindrical-coordinate representation of color #285367: hue angle of 199.05º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285367 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4083103-
CMYK0.610.1900.60
HSL199.05º44.06%28.04%-
HSV(B)199.05º61.17%40.39%-
XYZ6.427.6213.96-
YUV72.42145.25104.87-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.70%
GREEN value IS 83 (32.81% from 255) = 36.73%
BLUE value IS 103 (40.62% from 255) = 45.58%
R=17.70%
G=36.73%
B=45.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40831030.610.1900.60199.0544.0628.04
Hex2853673D1303Cc72c1c
Octal5012314775230743075434
Binary101000101001111001111111011001101111001100011110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285367; }

 p { color: rgb(40,83,103); }

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

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

 a { background-color: rgb(40,83,103); }

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

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

 span { border-color: rgb(40,83,103); }

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