#285369

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

Shades of Chathams Blue #285369

Tints of Chathams Blue #285369

Color information

#285369 (or 0x285369) is unknown color: approx Chathams Blue. HEX triplet: 28, 53 and 69. RGB value is (40,83,105). Sum of RGB (Red+Green+Blue) = 40+83+105=228 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.54% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 105 (41.41% from 255 or 46.05% from 228); Max value from RGB is 105 - color contains mainly: blue. Hex color #285369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285369 is #D7AC96. Grayscale: #484848. Windows color (decimal): -14134423 or 6902568. OLE color: 6902568.

HSL color Cylindrical-coordinate representation of color #285369: hue angle of 200.31º degrees, saturation: 0.45, 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 #285369 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4083105-
CMYK0.620.2100.59
HSL200.31º44.83%28.43%-
HSV(B)200.31º61.9%41.18%-
XYZ6.527.6614.5-
YUV72.65146.25104.71-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.54%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 105 (41.41% from 255) = 46.05%
R=17.54%
G=36.40%
B=46.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40831050.620.2100.59200.3144.8328.43
Hex2853693E1503Bc82d1c
Octal5012315176250733105534
Binary101000101001111010011111101010101110111100100010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285369; }

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

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

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

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

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

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

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

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