Html Css Color HEX #20476F Venice Blue

📋 copy color: '#20476F'

red 32 ◦ green 71 ◦ blue 111

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

Shades of Venice Blue #20476F

Tints of Venice Blue #20476F

RGB

 RED value IS 32 (12.89% from 255) = 14.95%

 GREEN value IS 71 (28.13% from 255) = 33.18%

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

R = 14.95%
G = 33.18%
B = 51.87%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#20476F (or 0x20476F) is known color: Venice Blue. HEX triplet: 20, 47 and 6F. RGB value is (32,71,111). Sum of RGB (Red+Green+Blue) = 32+71+111=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #20476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20476F is #DFB890. Grayscale: #3F3F3F. Windows color (decimal): -14661777 or 7292704. OLE color: 7292704.

HSL color Cylindrical-coordinate representation of color #20476F: hue angle of 210.38º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20476F is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 71 111 -
CMYK 0.71 0.36 0 0.56
HSL 210.38º 0.55% 0.28% -
HSV(B) 210.38º 0.71% 0.44% -
XYZ 5.72 5.96 15.89 -
YUV 63.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 32 71 111 0.71 0.36 0 0.56 210.38 0.55 0.28
Hex 20 47 6F 47 24 0 38 D2 37 1C
Octal 40 107 157 107 44 0 70 322 67 34
Binary 100000 1000111 1101111 1000111 100100 0 111000 11010010 110111 11100

Color Harmonies of #20476F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20476F

Black with #20476F

Text Example


Text Example

White with #20476F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,71,111); }

 H1.HeaderClassName
 {
   color: #20476F;
 }
 .AnyTagClassName
 {
   color: #20476F;
 }
</style>

background-color css

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

 a { background-color: rgb(32,71,111); }

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

border-color css

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

 span { border-color: rgb(32,71,111); }

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