#285269

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

Shades of Chathams Blue #285269

Tints of Chathams Blue #285269

Color information

#285269 (or 0x285269) is unknown color: approx Chathams Blue. HEX triplet: 28, 52 and 69. RGB value is (40,82,105). Sum of RGB (Red+Green+Blue) = 40+82+105=227 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.62% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 105 (41.41% from 255 or 46.26% from 227); Max value from RGB is 105 - color contains mainly: blue. Hex color #285269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285269 is #D7AD96. Grayscale: #474747. Windows color (decimal): -14134679 or 6902312. OLE color: 6902312.

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

Color convert

RGB4082105-
CMYK0.620.2200.59
HSL201.23º44.83%28.43%-
HSV(B)201.23º61.9%41.18%-
XYZ6.447.5114.47-
YUV72.06146.59105.13-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.62%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 105 (41.41% from 255) = 46.26%
R=17.62%
G=36.12%
B=46.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40821050.620.2200.59201.2344.8328.43
Hex2852693E1603Bc92d1c
Octal5012215176260733115534
Binary101000101001011010011111101011001110111100100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285269; }

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

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

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

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

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

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

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

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