#33526E

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

Shades of Venice Blue #33526E

Tints of Venice Blue #33526E

Color information

#33526E (or 0x33526E) is unknown color: approx Venice Blue. HEX triplet: 33, 52 and 6E. RGB value is (51,82,110). Sum of RGB (Red+Green+Blue) = 51+82+110=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #33526E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33526E is #CCAD91. Grayscale: #4B4B4B. Windows color (decimal): -13413778 or 7230003. OLE color: 7230003.

HSL color Cylindrical-coordinate representation of color #33526E: hue angle of 208.47º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #33526E is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5182110-
CMYK0.540.2500.57
HSL208.47º36.65%31.57%-
HSV(B)208.47º53.64%43.14%-
XYZ7.27.8615.89-
YUV75.92147.23110.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=20.99%
G=33.74%
B=45.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51821100.540.2500.57208.4736.6531.57
Hex33526E3619039d02520
Octal6312215666310713204540
Binary1100111010010110111011011011001011100111010000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33526E; }

 p { color: rgb(51,82,110); }

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

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

 a { background-color: rgb(51,82,110); }

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

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

 span { border-color: rgb(51,82,110); }

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