#285865

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

Shades of Chathams Blue #285865

Tints of Chathams Blue #285865

Color information

#285865 (or 0x285865) is unknown color: approx Chathams Blue. HEX triplet: 28, 58 and 65. RGB value is (40,88,101). Sum of RGB (Red+Green+Blue) = 40+88+101=229 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.47% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 101 (39.84% from 255 or 44.10% from 229); Max value from RGB is 101 - color contains mainly: blue. Hex color #285865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285865 is #D7A79A. Grayscale: #4B4B4B. Windows color (decimal): -14133147 or 6641704. OLE color: 6641704.

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

Color convert

RGB4088101-
CMYK0.600.1300.60
HSL192.79º43.26%27.65%-
HSV(B)192.79º60.4%39.61%-
XYZ6.718.3713.57-
YUV75.13142.6102.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.47%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 101 (39.84% from 255) = 44.10%
R=17.47%
G=38.43%
B=44.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal40881010.600.1300.60192.7943.2627.65
Hex2858653CD03Cc12b1c
Octal5013014574150743015334
Binary10100010110001100101111100110101111001100000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285865; }

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

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

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

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

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

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

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

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