#285368

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

Shades of Chathams Blue #285368

Tints of Chathams Blue #285368

Color information

#285368 (or 0x285368) is unknown color: approx Chathams Blue. HEX triplet: 28, 53 and 68. RGB value is (40,83,104). Sum of RGB (Red+Green+Blue) = 40+83+104=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #285368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285368 is #D7AC97. Grayscale: #484848. Windows color (decimal): -14134424 or 6837032. OLE color: 6837032.

HSL color Cylindrical-coordinate representation of color #285368: hue angle of 199.69º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #285368 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4083104-
CMYK0.620.2000.59
HSL199.69º44.44%28.24%-
HSV(B)199.69º61.54%40.78%-
XYZ6.477.6414.23-
YUV72.54145.75104.79-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=17.62%
G=36.56%
B=45.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40831040.620.2000.59199.6944.4428.24
Hex2853683E1403Bc82c1c
Octal5012315076240733105434
Binary101000101001111010001111101010001110111100100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285368; }

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

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

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

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

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

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

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

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