#28616F

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

Shades of Blumine #28616F

Tints of Blumine #28616F

Color information

#28616F (or 0x28616F) is unknown color: approx Blumine. HEX triplet: 28, 61 and 6F. RGB value is (40,97,111). Sum of RGB (Red+Green+Blue) = 40+97+111=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 111 - color contains mainly: blue. Hex color #28616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28616F is #D79E90. Grayscale: #515151. Windows color (decimal): -14130833 or 7299368. OLE color: 7299368.

HSL color Cylindrical-coordinate representation of color #28616F: hue angle of 191.83º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28616F is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4097111-
CMYK0.640.1300.56
HSL191.83º47.02%29.61%-
HSV(B)191.83º63.96%43.53%-
XYZ8.0210.1516.58-
YUV81.55144.6298.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.13%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 111 (43.75% from 255) = 44.76%
R=16.13%
G=39.11%
B=44.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40971110.640.1300.56191.8347.0229.61
Hex28616F40D038c02f1e
Octal50141157100150703005736
Binary101000110000111011111000000110101110001100000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28616F; }

 p { color: rgb(40,97,111); }

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

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

 a { background-color: rgb(40,97,111); }

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

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

 span { border-color: rgb(40,97,111); }

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