#28626C

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

Shades of Blumine #28626C

Tints of Blumine #28626C

Color information

#28626C (or 0x28626C) is unknown color: approx Blumine. HEX triplet: 28, 62 and 6C. RGB value is (40,98,108). Sum of RGB (Red+Green+Blue) = 40+98+108=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #28626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28626C is #D79D93. Grayscale: #515151. Windows color (decimal): -14130580 or 7103016. OLE color: 7103016.

HSL color Cylindrical-coordinate representation of color #28626C: hue angle of 188.82º 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 #28626C is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4098108-
CMYK0.630.0900.58
HSL188.82º45.95%29.02%-
HSV(B)188.82º62.96%42.35%-
XYZ7.9510.2715.75-
YUV81.8142.7898.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 108 (42.58% from 255) = 43.90%
R=16.26%
G=39.84%
B=43.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal40981080.630.0900.58188.8245.9529.02
Hex28626C3F903Abd2e1d
Octal5014215477110722755635
Binary10100011000101101100111111100101110101011110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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