#30596B

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

Shades of Blumine #30596B

Tints of Blumine #30596B

Color information

#30596B (or 0x30596B) is unknown color: approx Blumine. HEX triplet: 30, 59 and 6B. RGB value is (48,89,107). Sum of RGB (Red+Green+Blue) = 48+89+107=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 107 (42.19% from 255 or 43.85% from 244); Max value from RGB is 107 - color contains mainly: blue. Hex color #30596B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30596B is #CFA694. Grayscale: #4E4E4E. Windows color (decimal): -13608597 or 7035184. OLE color: 7035184.

HSL color Cylindrical-coordinate representation of color #30596B: hue angle of 198.31º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #30596B is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4889107-
CMYK0.550.1700.58
HSL198.31º38.06%30.39%-
HSV(B)198.31º55.14%41.96%-
XYZ7.458.8315.22-
YUV78.79143.92106.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 107 (42.19% from 255) = 43.85%
R=19.67%
G=36.48%
B=43.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48891070.550.1700.58198.3138.0630.39
Hex30596B371103Ac6261e
Octal6013115367210723064636
Binary110000101100111010111101111000101110101100011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30596B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30596B; }

 p { color: rgb(48,89,107); }

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

<style>
 a { background-color: #30596B; }

 a { background-color: rgb(48,89,107); }

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

<style>
 span { border-color: #30596B; }

 span { border-color: rgb(48,89,107); }

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