Html Css Color HEX #32506F Venice Blue

📋 copy color: '#32506F'

red 50 ◦ green 80 ◦ blue 111

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

Shades of Venice Blue #32506F

Tints of Venice Blue #32506F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 20.75%
G = 33.2%
B = 46.06%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#32506F (or 0x32506F) is known color: 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

RGB 50 80 111 -
CMYK 0.55 0.28 0 0.56
HSL 210.49º 0.38% 0.32% -
HSV(B) 210.49º 0.55% 0.44% -
XYZ 7.05 7.56 16.13 -
YUV 74.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 50 80 111 0.55 0.28 0 0.56 210.49 0.38 0.32
Hex 32 50 6F 37 1C 0 38 D2 26 20
Octal 62 120 157 67 34 0 70 322 46 40
Binary 110010 1010000 1101111 110111 11100 0 111000 11010010 100110 100000

Color Harmonies of #32506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32506F

Black with #32506F

Text Example


Text Example

White with #32506F

Text Example


Text Example

HTML Codes & Css Web 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>