#33516F

Color #33516F Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #33516F

Tints of Venice Blue #33516F

Color information

#33516F (or 0x33516F) is unknown color: approx Venice Blue. HEX triplet: 33, 51 and 6F. RGB value is (51,81,111). Sum of RGB (Red+Green+Blue) = 51+81+111=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #33516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33516F is #CCAE90. Grayscale: #4B4B4B. Windows color (decimal): -13414033 or 7295283. OLE color: 7295283.

HSL color Cylindrical-coordinate representation of color #33516F: hue angle of 210º 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 #33516F is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5181111-
CMYK0.540.2700.56
HSL210º37.04%31.76%-
HSV(B)210º54.05%43.53%-
XYZ7.187.7416.15-
YUV75.45148.06110.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 81 (32.03% from 255) = 33.33%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=20.99%
G=33.33%
B=45.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51811110.540.2700.5621037.0431.76
Hex33516F361B038d22520
Octal6312115766330703224540
Binary1100111010001110111111011011011011100011010010100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33516F; }

 p { color: rgb(51,81,111); }

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

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

 a { background-color: rgb(51,81,111); }

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

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

 span { border-color: rgb(51,81,111); }

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