#28646A

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

Shades of Blue Stone #28646A

Tints of Blue Stone #28646A

Color information

#28646A (or 0x28646A) is unknown color: approx Blue Stone. HEX triplet: 28, 64 and 6A. RGB value is (40,100,106). Sum of RGB (Red+Green+Blue) = 40+100+106=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 106 - color contains mainly: blue. Hex color #28646A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28646A is #D79B95. Grayscale: #525252. Windows color (decimal): -14130070 or 6972456. OLE color: 6972456.

HSL color Cylindrical-coordinate representation of color #28646A: hue angle of 185.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28646A is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB40100106-
CMYK0.620.0600.58
HSL185.45º45.21%28.63%-
HSV(B)185.45º62.26%41.57%-
XYZ8.0310.6115.26-
YUV82.74141.1297.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 100 (39.45% from 255) = 40.65%
BLUE value IS 106 (41.80% from 255) = 43.09%
R=16.26%
G=40.65%
B=43.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal401001060.620.0600.58185.4545.2128.63
Hex28646A3E603Ab92d1d
Octal501441527660722715535
Binary1010001100100110101011111011001110101011100110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28646A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28646A; }

 p { color: rgb(40,100,106); }

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

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

 a { background-color: rgb(40,100,106); }

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

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

 span { border-color: rgb(40,100,106); }

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