#30676D

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

Shades of Blumine #30676D

Tints of Blumine #30676D

Color information

#30676D (or 0x30676D) is unknown color: approx Blumine. HEX triplet: 30, 67 and 6D. RGB value is (48,103,109). Sum of RGB (Red+Green+Blue) = 48+103+109=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 109 (42.97% from 255 or 41.92% from 260); Max value from RGB is 109 - color contains mainly: blue. Hex color #30676D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30676D is #CF9892. Grayscale: #575757. Windows color (decimal): -13605011 or 7169840. OLE color: 7169840.

HSL color Cylindrical-coordinate representation of color #30676D: hue angle of 185.9º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #30676D is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB48103109-
CMYK0.560.0600.57
HSL185.9º38.85%30.78%-
HSV(B)185.9º55.96%42.75%-
XYZ8.8311.4316.21-
YUV87.24140.28100.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 103 (40.62% from 255) = 39.62%
BLUE value IS 109 (42.97% from 255) = 41.92%
R=18.46%
G=39.62%
B=41.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal481031090.560.0600.57185.938.8530.78
Hex30676D386039ba271f
Octal601471557060712724737
Binary1100001100111110110111100011001110011011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30676D; }

 p { color: rgb(48,103,109); }

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

<style>
 a { background-color: #30676D; }

 a { background-color: rgb(48,103,109); }

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

<style>
 span { border-color: #30676D; }

 span { border-color: rgb(48,103,109); }

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