#33616D

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

Shades of Blumine #33616D

Tints of Blumine #33616D

Color information

#33616D (or 0x33616D) is unknown color: approx Blumine. HEX triplet: 33, 61 and 6D. RGB value is (51,97,109). Sum of RGB (Red+Green+Blue) = 51+97+109=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 109 (42.97% from 255 or 42.41% from 257); Max value from RGB is 109 - color contains mainly: blue. Hex color #33616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33616D is #CC9E92. Grayscale: #545454. Windows color (decimal): -13409939 or 7168307. OLE color: 7168307.

HSL color Cylindrical-coordinate representation of color #33616D: hue angle of 192.41º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #33616D is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5197109-
CMYK0.530.1100.57
HSL192.41º36.25%31.37%-
HSV(B)192.41º53.21%42.75%-
XYZ8.410.3616.02-
YUV84.61141.76104.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.84%
GREEN value IS 97 (38.28% from 255) = 37.74%
BLUE value IS 109 (42.97% from 255) = 42.41%
R=19.84%
G=37.74%
B=42.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51971090.530.1100.57192.4136.2531.37
Hex33616D35B039c0241f
Octal6314115565130713004437
Binary11001111000011101101110101101101110011100000010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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