#285968

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

Shades of Chathams Blue #285968

Tints of Chathams Blue #285968

Color information

#285968 (or 0x285968) is unknown color: approx Chathams Blue. HEX triplet: 28, 59 and 68. RGB value is (40,89,104). Sum of RGB (Red+Green+Blue) = 40+89+104=233 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.17% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #285968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285968 is #D7A697. Grayscale: #4B4B4B. Windows color (decimal): -14132888 or 6838568. OLE color: 6838568.

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

Color convert

RGB4089104-
CMYK0.620.1400.59
HSL194.06º44.44%28.24%-
HSV(B)194.06º61.54%40.78%-
XYZ6.958.614.39-
YUV76.06143.77102.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.17%
GREEN value IS 89 (35.16% from 255) = 38.20%
BLUE value IS 104 (41.02% from 255) = 44.64%
R=17.17%
G=38.20%
B=44.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40891040.620.1400.59194.0644.4428.24
Hex2859683EE03Bc22c1c
Octal5013115076160733025434
Binary10100010110011101000111110111001110111100001010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285968; }

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

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

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

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

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

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

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

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