Html Css Color HEX #32506E Venice Blue

📋 copy color: '#32506E'

red 50 ◦ green 80 ◦ blue 110

#32506E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venice Blue #32506E

Tints of Venice Blue #32506E

RGB

 RED value IS 50 (19.92% from 255) = 20.83%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 110 (43.36% from 255) = 45.83%

R = 20.83%
G = 33.33%
B = 45.83%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32506E (or 0x32506E) is known color: Venice Blue. HEX triplet: 32, 50 and 6E. RGB value is (50,80,110). Sum of RGB (Red+Green+Blue) = 50+80+110=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 110 (43.36% from 255 or 45.83% from 240); Max value from RGB is 110 - color contains mainly: blue. Hex color #32506E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32506E is #CDAF91. Grayscale: #4A4A4A. Windows color (decimal): -13479826 or 7229490. OLE color: 7229490.

HSL color Cylindrical-coordinate representation of color #32506E: hue angle of 210º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #32506E is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 80 110 -
CMYK 0.55 0.27 0 0.57
HSL 210º 0.38% 0.31% -
HSV(B) 210º 0.55% 0.43% -
XYZ 7 7.54 15.84 -
YUV 74.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 50 80 110 0.55 0.27 0 0.57 210 0.38 0.31
Hex 32 50 6E 37 1B 0 39 D2 26 1F
Octal 62 120 156 67 33 0 71 322 46 37
Binary 110010 1010000 1101110 110111 11011 0 111001 11010010 100110 11111

Color Harmonies of #32506E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32506E

Black with #32506E

Text Example


Text Example

White with #32506E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32506E;
 }
 .AnyTagClassName
 {
   color: #32506E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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