#285972

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

Shades of Chathams Blue #285972

Tints of Chathams Blue #285972

Color information

#285972 (or 0x285972) is unknown color: approx Chathams Blue. HEX triplet: 28, 59 and 72. RGB value is (40,89,114). Sum of RGB (Red+Green+Blue) = 40+89+114=243 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.46% from 243); Green value is 89 (35.16% from 255 or 36.63% from 243); Blue value is 114 (44.92% from 255 or 46.91% from 243); Max value from RGB is 114 - color contains mainly: blue. Hex color #285972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285972 is #D7A68D. Grayscale: #4D4D4D. Windows color (decimal): -14132878 or 7493928. OLE color: 7493928.

HSL color Cylindrical-coordinate representation of color #285972: hue angle of 200.27º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #285972 is Cyan = 0.65, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4089114-
CMYK0.650.2200.55
HSL200.27º48.05%30.2%-
HSV(B)200.27º64.91%44.71%-
XYZ7.488.8117.23-
YUV77.2148.77101.47-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.46%
GREEN value IS 89 (35.16% from 255) = 36.63%
BLUE value IS 114 (44.92% from 255) = 46.91%
R=16.46%
G=36.63%
B=46.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40891140.650.2200.55200.2748.0530.2
Hex2859724116037c8301e
Octal50131162101260673106036
Binary1010001011001111001010000011011001101111100100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285972; }

 p { color: rgb(40,89,114); }

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

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

 a { background-color: rgb(40,89,114); }

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

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

 span { border-color: rgb(40,89,114); }

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