Html Css Color HEX #32526D Venice Blue

📋 copy color: '#32526D'

red 50 ◦ green 82 ◦ blue 109

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

Shades of Venice Blue #32526D

Tints of Venice Blue #32526D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 109 (42.97% from 255) = 45.23%

R = 20.75%
G = 34.02%
B = 45.23%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#32526D (or 0x32526D) is known color: Venice Blue. HEX triplet: 32, 52 and 6D. RGB value is (50,82,109). Sum of RGB (Red+Green+Blue) = 50+82+109=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #32526D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32526D is #CDAD92. Grayscale: #4B4B4B. Windows color (decimal): -13479315 or 7164466. OLE color: 7164466.

HSL color Cylindrical-coordinate representation of color #32526D: hue angle of 207.46º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #32526D is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 50 82 109 -
CMYK 0.54 0.25 0 0.57
HSL 207.46º 0.37% 0.31% -
HSV(B) 207.46º 0.54% 0.43% -
XYZ 7.09 7.82 15.6 -
YUV 75.51 146.9 109.8 -
System Red Green Blue C M Y K H S L
Decimal 50 82 109 0.54 0.25 0 0.57 207.46 0.37 0.31
Hex 32 52 6D 36 19 0 39 CF 25 1F
Octal 62 122 155 66 31 0 71 317 45 37
Binary 110010 1010010 1101101 110110 11001 0 111001 11001111 100101 11111

Color Harmonies of #32526D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32526D

Black with #32526D

Text Example


Text Example

White with #32526D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32526D;
 }
 .AnyTagClassName
 {
   color: #32526D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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