#30606A

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

Shades of Blumine #30606A

Tints of Blumine #30606A

Color information

#30606A (or 0x30606A) is unknown color: approx Blumine. HEX triplet: 30, 60 and 6A. RGB value is (48,96,106). Sum of RGB (Red+Green+Blue) = 48+96+106=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 106 - color contains mainly: blue. Hex color #30606A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30606A is #CF9F95. Grayscale: #525252. Windows color (decimal): -13606806 or 6971440. OLE color: 6971440.

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

Color convert

RGB4896106-
CMYK0.550.0900.58
HSL190.34º37.66%30.2%-
HSV(B)190.34º54.72%41.57%-
XYZ810.0315.15-
YUV82.79141.1103.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 106 (41.80% from 255) = 42.4%
R=19.2%
G=38.4%
B=42.4%

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
Decimal48961060.550.0900.58190.3437.6630.2
Hex30606A37903Abe261e
Octal6014015267110722764636
Binary11000011000001101010110111100101110101011111010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30606A; }

 p { color: rgb(48,96,106); }

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

<style>
 a { background-color: #30606A; }

 a { background-color: rgb(48,96,106); }

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

<style>
 span { border-color: #30606A; }

 span { border-color: rgb(48,96,106); }

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