#28606C

Color #28606C Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #28606C

Tints of Blumine #28606C

Color information

#28606C (or 0x28606C) is unknown color: approx Blumine. HEX triplet: 28, 60 and 6C. RGB value is (40,96,108). Sum of RGB (Red+Green+Blue) = 40+96+108=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #28606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28606C is #D79F93. Grayscale: #505050. Windows color (decimal): -14131092 or 7102504. OLE color: 7102504.

HSL color Cylindrical-coordinate representation of color #28606C: hue angle of 190.59º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #28606C is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4096108-
CMYK0.630.1100.58
HSL190.59º45.95%29.02%-
HSV(B)190.59º62.96%42.35%-
XYZ7.769.915.69-
YUV80.62143.4599.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=16.39%
G=39.34%
B=44.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40961080.630.1100.58190.5945.9529.02
Hex28606C3FB03Abf2e1d
Octal5014015477130722775635
Binary10100011000001101100111111101101110101011111110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28606C; }

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

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

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

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

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

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

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

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