#33536F

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

Shades of Venice Blue #33536F

Tints of Venice Blue #33536F

Color information

#33536F (or 0x33536F) is unknown color: approx Venice Blue. HEX triplet: 33, 53 and 6F. RGB value is (51,83,111). Sum of RGB (Red+Green+Blue) = 51+83+111=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 111 (43.75% from 255 or 45.31% from 245); Max value from RGB is 111 - color contains mainly: blue. Hex color #33536F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33536F is #CCAC90. Grayscale: #4C4C4C. Windows color (decimal): -13413521 or 7295795. OLE color: 7295795.

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

Color convert

RGB5183111-
CMYK0.540.2500.56
HSL208º37.04%31.76%-
HSV(B)208º54.05%43.53%-
XYZ7.338.0416.2-
YUV76.62147.4109.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=20.82%
G=33.88%
B=45.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51831110.540.2500.5620837.0431.76
Hex33536F3619038d02520
Octal6312315766310703204540
Binary1100111010011110111111011011001011100011010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33536F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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