#30586B

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

Shades of Blumine #30586B

Tints of Blumine #30586B

Color information

#30586B (or 0x30586B) is unknown color: approx Blumine. HEX triplet: 30, 58 and 6B. RGB value is (48,88,107). Sum of RGB (Red+Green+Blue) = 48+88+107=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #30586B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30586B is #CFA794. Grayscale: #4E4E4E. Windows color (decimal): -13608853 or 7034928. OLE color: 7034928.

HSL color Cylindrical-coordinate representation of color #30586B: hue angle of 199.32º 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 #30586B is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4888107-
CMYK0.550.1800.58
HSL199.32º38.06%30.39%-
HSV(B)199.32º55.14%41.96%-
XYZ7.368.6715.2-
YUV78.21144.25106.46-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 107 (42.19% from 255) = 44.03%
R=19.75%
G=36.21%
B=44.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48881070.550.1800.58199.3238.0630.39
Hex30586B371203Ac7261e
Octal6013015367220723074636
Binary110000101100011010111101111001001110101100011110011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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