#33506D

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

Shades of Venice Blue #33506D

Tints of Venice Blue #33506D

Color information

#33506D (or 0x33506D) is unknown color: approx Venice Blue. HEX triplet: 33, 50 and 6D. RGB value is (51,80,109). Sum of RGB (Red+Green+Blue) = 51+80+109=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 109 (42.97% from 255 or 45.42% from 240); Max value from RGB is 109 - color contains mainly: blue. Hex color #33506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33506D is #CCAF92. Grayscale: #4A4A4A. Windows color (decimal): -13414291 or 7163955. OLE color: 7163955.

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

Color convert

RGB5180109-
CMYK0.530.2700.57
HSL210º36.25%31.37%-
HSV(B)210º53.21%42.75%-
XYZ6.997.5515.56-
YUV74.63147.39111.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.25%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 109 (42.97% from 255) = 45.42%
R=21.25%
G=33.33%
B=45.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51801090.530.2700.5721036.2531.37
Hex33506D351B039d2241f
Octal6312015565330713224437
Binary110011101000011011011101011101101110011101001010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33506D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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