#30647D

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

Shades of Blumine #30647D

Tints of Blumine #30647D

Color information

#30647D (or 0x30647D) is unknown color: approx Blumine. HEX triplet: 30, 64 and 7D. RGB value is (48,100,125). Sum of RGB (Red+Green+Blue) = 48+100+125=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #30647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30647D is #CF9B82. Grayscale: #575757. Windows color (decimal): -13605763 or 8217648. OLE color: 8217648.

HSL color Cylindrical-coordinate representation of color #30647D: hue angle of 199.48º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30647D is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB48100125-
CMYK0.620.200.51
HSL199.48º44.51%33.92%-
HSV(B)199.48º61.6%49.02%-
XYZ9.4811.2221.07-
YUV87.3149.2799.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.58%
GREEN value IS 100 (39.45% from 255) = 36.63%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=17.58%
G=36.63%
B=45.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481001250.620.200.51199.4844.5133.92
Hex30647D3E14033c72d22
Octal6014417576240633075542
Binary1100001100100111110111111010100011001111000111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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