#30646D

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

Shades of Blumine #30646D

Tints of Blumine #30646D

Color information

#30646D (or 0x30646D) is unknown color: approx Blumine. HEX triplet: 30, 64 and 6D. RGB value is (48,100,109). Sum of RGB (Red+Green+Blue) = 48+100+109=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #30646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30646D is #CF9B92. Grayscale: #555555. Windows color (decimal): -13605779 or 7169072. OLE color: 7169072.

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

Color convert

RGB48100109-
CMYK0.560.0800.57
HSL188.85º38.85%30.78%-
HSV(B)188.85º55.96%42.75%-
XYZ8.5410.8516.11-
YUV85.48141.27101.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.68%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=18.68%
G=38.91%
B=42.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal481001090.560.0800.57188.8538.8530.78
Hex30646D388039bd271f
Octal6014415570100712754737
Binary11000011001001101101111000100001110011011110110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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