#336170

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

Shades of Blumine #336170

Tints of Blumine #336170

Color information

#336170 (or 0x336170) is unknown color: approx Blumine. HEX triplet: 33, 61 and 70. RGB value is (51,97,112). Sum of RGB (Red+Green+Blue) = 51+97+112=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #336170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336170 is #CC9E8F. Grayscale: #545454. Windows color (decimal): -13409936 or 7364915. OLE color: 7364915.

HSL color Cylindrical-coordinate representation of color #336170: hue angle of 194.75º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336170 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5197112-
CMYK0.540.1300.56
HSL194.75º37.42%31.96%-
HSV(B)194.75º54.46%43.92%-
XYZ8.5610.4216.89-
YUV84.96143.26103.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 112 (44.14% from 255) = 43.08%
R=19.62%
G=37.31%
B=43.08%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51971120.540.1300.56194.7537.4231.96
Hex33617036D038c32520
Octal6314116066150703034540
Binary110011110000111100001101101101011100011000011100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336170; }

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

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

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

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

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

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

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

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