#30647B

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

Shades of Blumine #30647B

Tints of Blumine #30647B

Color information

#30647B (or 0x30647B) is unknown color: approx Blumine. HEX triplet: 30, 64 and 7B. RGB value is (48,100,123). Sum of RGB (Red+Green+Blue) = 48+100+123=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 100 (39.45% from 255 or 36.90% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #30647B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30647B is #CF9B84. Grayscale: #565656. Windows color (decimal): -13605765 or 8086576. OLE color: 8086576.

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

Color convert

RGB48100123-
CMYK0.610.1900.52
HSL198.4º43.86%33.53%-
HSV(B)198.4º60.98%48.24%-
XYZ9.3511.1720.4-
YUV87.07148.27100.13-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.71%
GREEN value IS 100 (39.45% from 255) = 36.90%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=17.71%
G=36.90%
B=45.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal481001230.610.1900.52198.443.8633.53
Hex30647B3D13034c62c22
Octal6014417375230643065442
Binary1100001100100111101111110110011011010011000110101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30647B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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