#286066

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

Shades of Blue Stone #286066

Tints of Blue Stone #286066

Color information

#286066 (or 0x286066) is unknown color: approx Blue Stone. HEX triplet: 28, 60 and 66. RGB value is (40,96,102). Sum of RGB (Red+Green+Blue) = 40+96+102=238 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.81% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 102 (40.23% from 255 or 42.86% from 238); Max value from RGB is 102 - color contains mainly: blue. Hex color #286066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286066 is #D79F99. Grayscale: #4F4F4F. Windows color (decimal): -14131098 or 6709288. OLE color: 6709288.

HSL color Cylindrical-coordinate representation of color #286066: hue angle of 185.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #286066 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4096102-
CMYK0.610.0600.6
HSL185.81º43.66%27.84%-
HSV(B)185.81º60.78%40%-
XYZ7.469.7814.06-
YUV79.94140.4599.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.81%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 102 (40.23% from 255) = 42.86%
R=16.81%
G=40.34%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal40961020.610.0600.6185.8143.6627.84
Hex2860663D603Cba2c1c
Octal501401467560742725434
Binary1010001100000110011011110111001111001011101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286066; }

 p { color: rgb(40,96,102); }

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

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

 a { background-color: rgb(40,96,102); }

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

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

 span { border-color: rgb(40,96,102); }

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