#30616B

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

Shades of Blumine #30616B

Tints of Blumine #30616B

Color information

#30616B (or 0x30616B) is unknown color: approx Blumine. HEX triplet: 30, 61 and 6B. RGB value is (48,97,107). Sum of RGB (Red+Green+Blue) = 48+97+107=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 107 - color contains mainly: blue. Hex color #30616B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30616B is #CF9E94. Grayscale: #535353. Windows color (decimal): -13606549 or 7037232. OLE color: 7037232.

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

Color convert

RGB4897107-
CMYK0.550.0900.58
HSL190.17º38.06%30.39%-
HSV(B)190.17º55.14%41.96%-
XYZ8.1510.2415.46-
YUV83.49141.27102.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 97 (38.28% from 255) = 38.49%
BLUE value IS 107 (42.19% from 255) = 42.46%
R=19.05%
G=38.49%
B=42.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal48971070.550.0900.58190.1738.0630.39
Hex30616B37903Abe261e
Octal6014115367110722764636
Binary11000011000011101011110111100101110101011111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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