#285867

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

Shades of Chathams Blue #285867

Tints of Chathams Blue #285867

Color information

#285867 (or 0x285867) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 67. RGB value is (40,88,103). Sum of RGB (Red+Green+Blue) = 40+88+103=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 103 (40.62% from 255 or 44.59% from 231); Max value from RGB is 103 - color contains mainly: blue. Hex color #285867 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285867 is #D7A798. Grayscale: #4B4B4B. Windows color (decimal): -14133145 or 6772776. OLE color: 6772776.

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

Color convert

RGB4088103-
CMYK0.610.1500.60
HSL194.29º44.06%28.04%-
HSV(B)194.29º61.17%40.39%-
XYZ6.818.4114.1-
YUV75.36143.6102.78-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.32%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 103 (40.62% from 255) = 44.59%
R=17.32%
G=38.10%
B=44.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40881030.610.1500.60194.2944.0628.04
Hex2858673DF03Cc22c1c
Octal5013014775170743025434
Binary10100010110001100111111101111101111001100001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285867; }

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

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

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

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

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

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

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

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