#32546F

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

Shades of Venice Blue #32546F

Tints of Venice Blue #32546F

Color information

#32546F (or 0x32546F) is unknown color: approx Venice Blue. HEX triplet: 32, 54 and 6F. RGB value is (50,84,111). Sum of RGB (Red+Green+Blue) = 50+84+111=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 84 (33.20% from 255 or 34.29% 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 #32546F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32546F is #CDAB90. Grayscale: #4C4C4C. Windows color (decimal): -13478801 or 7296050. OLE color: 7296050.

HSL color Cylindrical-coordinate representation of color #32546F: hue angle of 206.56º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32546F is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5084111-
CMYK0.550.2400.56
HSL206.56º37.89%31.57%-
HSV(B)206.56º54.95%43.53%-
XYZ7.358.1716.23-
YUV76.91147.24108.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 45.31%
R=20.41%
G=34.29%
B=45.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50841110.550.2400.56206.5637.8931.57
Hex32546F3718038cf2620
Octal6212415767300703174640
Binary1100101010100110111111011111000011100011001111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,84,111); }

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

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

 a { background-color: rgb(50,84,111); }

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

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

 span { border-color: rgb(50,84,111); }

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