#30676E

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

Shades of Blumine #30676E

Tints of Blumine #30676E

Color information

#30676E (or 0x30676E) is unknown color: approx Blumine. HEX triplet: 30, 67 and 6E. RGB value is (48,103,110). Sum of RGB (Red+Green+Blue) = 48+103+110=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 110 - color contains mainly: blue. Hex color #30676E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30676E is #CF9891. Grayscale: #575757. Windows color (decimal): -13605010 or 7235376. OLE color: 7235376.

HSL color Cylindrical-coordinate representation of color #30676E: hue angle of 186.77º 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 #30676E is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB48103110-
CMYK0.560.0600.57
HSL186.77º39.24%30.98%-
HSV(B)186.77º56.36%43.14%-
XYZ8.8811.4516.49-
YUV87.35140.7899.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.39%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 110 (43.36% from 255) = 42.15%
R=18.39%
G=39.46%
B=42.15%

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
Decimal481031100.560.0600.57186.7739.2430.98
Hex30676E386039bb271f
Octal601471567060712734737
Binary1100001100111110111011100011001110011011101110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30676E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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