#28606E

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

Shades of Blumine #28606E

Tints of Blumine #28606E

Color information

#28606E (or 0x28606E) is unknown color: approx Blumine. HEX triplet: 28, 60 and 6E. RGB value is (40,96,110). Sum of RGB (Red+Green+Blue) = 40+96+110=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 110 - color contains mainly: blue. Hex color #28606E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28606E is #D79F91. Grayscale: #505050. Windows color (decimal): -14131090 or 7233576. OLE color: 7233576.

HSL color Cylindrical-coordinate representation of color #28606E: hue angle of 192º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28606E is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4096110-
CMYK0.640.1300.57
HSL192º46.67%29.41%-
HSV(B)192º63.64%43.14%-
XYZ7.879.9416.26-
YUV80.85144.4598.86-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 110 (43.36% from 255) = 44.72%
R=16.26%
G=39.02%
B=44.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40961100.640.1300.5719246.6729.41
Hex28606E40D039c02f1d
Octal50140156100150713005735
Binary101000110000011011101000000110101110011100000010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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