Html Css Color HEX #204970 Venice Blue

📋 copy color: '#204970'

red 32 ◦ green 73 ◦ blue 112

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

Shades of Venice Blue #204970

Tints of Venice Blue #204970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.64%

 BLUE value IS 112 (44.14% from 255) = 51.61%

R = 14.75%
G = 33.64%
B = 51.61%

CMYK

 C value IS 0.71

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204970 (or 0x204970) is known color: Venice Blue. HEX triplet: 20, 49 and 70. RGB value is (32,73,112). Sum of RGB (Red+Green+Blue) = 32+73+112=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 73 (28.91% from 255 or 33.64% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #204970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204970 is #DFB68F. Grayscale: #404040. Windows color (decimal): -14661264 or 7358752. OLE color: 7358752.

HSL color Cylindrical-coordinate representation of color #204970: hue angle of 209.25º degrees, saturation: 0.56, 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 #204970 is Cyan = 0.71, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 73 112 -
CMYK 0.71 0.35 0 0.56
HSL 209.25º 0.56% 0.28% -
HSV(B) 209.25º 0.71% 0.44% -
XYZ 5.9 6.24 16.22 -
YUV 65.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 32 73 112 0.71 0.35 0 0.56 209.25 0.56 0.28
Hex 20 49 70 47 23 0 38 D1 38 1C
Octal 40 111 160 107 43 0 70 321 70 34
Binary 100000 1001001 1110000 1000111 100011 0 111000 11010001 111000 11100

Color Harmonies of #204970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204970

Black with #204970

Text Example


Text Example

White with #204970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204970; }

 p { color: rgb(32,73,112); }

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

background-color css

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

 a { background-color: rgb(32,73,112); }

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

border-color css

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

 span { border-color: rgb(32,73,112); }

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