#285967

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

Shades of Chathams Blue #285967

Tints of Chathams Blue #285967

Color information

#285967 (or 0x285967) is unknown color: approx Chathams Blue. HEX triplet: 28, 59 and 67. RGB value is (40,89,103). Sum of RGB (Red+Green+Blue) = 40+89+103=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 103 (40.62% from 255 or 44.40% from 232); Max value from RGB is 103 - color contains mainly: blue. Hex color #285967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285967 is #D7A698. Grayscale: #4B4B4B. Windows color (decimal): -14132889 or 6773032. OLE color: 6773032.

HSL color Cylindrical-coordinate representation of color #285967: hue angle of 193.33º 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 #285967 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB4089103-
CMYK0.610.1400.60
HSL193.33º44.06%28.04%-
HSV(B)193.33º61.17%40.39%-
XYZ6.98.5814.12-
YUV75.94143.27102.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 89 (35.16% from 255) = 38.36%
BLUE value IS 103 (40.62% from 255) = 44.40%
R=17.24%
G=38.36%
B=44.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40891030.610.1400.60193.3344.0628.04
Hex2859673DE03Cc12c1c
Octal5013114775160743015434
Binary10100010110011100111111101111001111001100000110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285967; }

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

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

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

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

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

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

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

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