Html Css Color HEX #204774 Venice Blue

📋 copy color: '#204774'

red 32 ◦ green 71 ◦ blue 116

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

Shades of Venice Blue #204774

Tints of Venice Blue #204774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 52.97%

R = 14.61%
G = 32.42%
B = 52.97%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204774 (or 0x204774) is known color: Venice Blue. HEX triplet: 20, 47 and 74. RGB value is (32,71,116). Sum of RGB (Red+Green+Blue) = 32+71+116=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #204774 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204774 is #DFB88B. Grayscale: #404040. Windows color (decimal): -14661772 or 7620384. OLE color: 7620384.

HSL color Cylindrical-coordinate representation of color #204774: hue angle of 212.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #204774 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 71 116 -
CMYK 0.72 0.39 0 0.55
HSL 212.14º 0.57% 0.29% -
HSV(B) 212.14º 0.72% 0.45% -
XYZ 6 6.07 17.38 -
YUV 64.47 157.08 104.84 -
System Red Green Blue C M Y K H S L
Decimal 32 71 116 0.72 0.39 0 0.55 212.14 0.57 0.29
Hex 20 47 74 48 27 0 37 D4 39 1D
Octal 40 107 164 110 47 0 67 324 71 35
Binary 100000 1000111 1110100 1001000 100111 0 110111 11010100 111001 11101

Color Harmonies of #204774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204774

Black with #204774

Text Example


Text Example

White with #204774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204774; }

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

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

background-color css

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

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

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

border-color css

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

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

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