#336179

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

Shades of Blumine #336179

Tints of Blumine #336179

Color information

#336179 (or 0x336179) is unknown color: approx Blumine. HEX triplet: 33, 61 and 79. RGB value is (51,97,121). Sum of RGB (Red+Green+Blue) = 51+97+121=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #336179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336179 is #CC9E86. Grayscale: #555555. Windows color (decimal): -13409927 or 7954739. OLE color: 7954739.

HSL color Cylindrical-coordinate representation of color #336179: hue angle of 200.57º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #336179 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5197121-
CMYK0.580.2000.53
HSL200.57º40.7%33.73%-
HSV(B)200.57º57.85%47.45%-
XYZ9.0910.6319.66-
YUV85.98147.76103.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 18.96%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=18.96%
G=36.06%
B=44.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51971210.580.2000.53200.5740.733.73
Hex3361793A14035c92922
Octal6314117172240653115142
Binary1100111100001111100111101010100011010111001001101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336179; }

 p { color: rgb(51,97,121); }

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

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

 a { background-color: rgb(51,97,121); }

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

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

 span { border-color: rgb(51,97,121); }

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