#30647C

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

Shades of Blumine #30647C

Tints of Blumine #30647C

Color information

#30647C (or 0x30647C) is unknown color: approx Blumine. HEX triplet: 30, 64 and 7C. RGB value is (48,100,124). Sum of RGB (Red+Green+Blue) = 48+100+124=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #30647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30647C is #CF9B83. Grayscale: #575757. Windows color (decimal): -13605764 or 8152112. OLE color: 8152112.

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

Color convert

RGB48100124-
CMYK0.610.1900.51
HSL198.95º44.19%33.73%-
HSV(B)198.95º61.29%48.63%-
XYZ9.4111.220.73-
YUV87.19148.77100.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.65%
GREEN value IS 100 (39.45% from 255) = 36.76%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=17.65%
G=36.76%
B=45.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal481001240.610.1900.51198.9544.1933.73
Hex30647C3D13033c72c22
Octal6014417475230633075442
Binary1100001100100111110011110110011011001111000111101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30647C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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