#32506F

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

Shades of Venice Blue #32506F

Tints of Venice Blue #32506F

Color information

#32506F (or 0x32506F) is unknown color: approx Venice Blue. HEX triplet: 32, 50 and 6F. RGB value is (50,80,111). Sum of RGB (Red+Green+Blue) = 50+80+111=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 111 - color contains mainly: blue. Hex color #32506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32506F is #CDAF90. Grayscale: #4A4A4A. Windows color (decimal): -13479825 or 7295026. OLE color: 7295026.

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

Color convert

RGB5080111-
CMYK0.550.2800.56
HSL210.49º37.89%31.57%-
HSV(B)210.49º54.95%43.53%-
XYZ7.057.5616.13-
YUV74.56148.56110.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 111 (43.75% from 255) = 46.06%
R=20.75%
G=33.20%
B=46.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50801110.550.2800.56210.4937.8931.57
Hex32506F371C038d22620
Octal6212015767340703224640
Binary1100101010000110111111011111100011100011010010100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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