#285863

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

Shades of Chathams Blue #285863

Tints of Chathams Blue #285863

Color information

#285863 (or 0x285863) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 63. RGB value is (40,88,99). Sum of RGB (Red+Green+Blue) = 40+88+99=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #285863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285863 is #D7A79C. Grayscale: #4A4A4A. Windows color (decimal): -14133149 or 6510632. OLE color: 6510632.

HSL color Cylindrical-coordinate representation of color #285863: hue angle of 191.19º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #285863 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB408899-
CMYK0.600.1100.61
HSL191.19º42.45%27.25%-
HSV(B)191.19º59.6%38.82%-
XYZ6.628.3313.06-
YUV74.9141.6103.11-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=17.62%
G=38.77%
B=43.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4088990.600.1100.61191.1942.4527.25
Hex2858633CB03Dbf2a1b
Octal5013014374130752775233
Binary10100010110001100011111100101101111011011111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285863; }

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

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

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

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

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

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

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

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