#32526F

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

Shades of Venice Blue #32526F

Tints of Venice Blue #32526F

Color information

#32526F (or 0x32526F) is unknown color: approx Venice Blue. HEX triplet: 32, 52 and 6F. RGB value is (50,82,111). Sum of RGB (Red+Green+Blue) = 50+82+111=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 111 (43.75% from 255 or 45.68% from 243); Max value from RGB is 111 - color contains mainly: blue. Hex color #32526F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32526F is #CDAD90. Grayscale: #4B4B4B. Windows color (decimal): -13479313 or 7295538. OLE color: 7295538.

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

Color convert

RGB5082111-
CMYK0.550.2600.56
HSL208.52º37.89%31.57%-
HSV(B)208.52º54.95%43.53%-
XYZ7.27.8616.18-
YUV75.74147.9109.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 111 (43.75% from 255) = 45.68%
R=20.58%
G=33.74%
B=45.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50821110.550.2600.56208.5237.8931.57
Hex32526F371A038d12620
Octal6212215767320703214640
Binary1100101010010110111111011111010011100011010001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32526F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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