Html Css Color HEX #204674 Venice Blue

📋 copy color: '#204674'

red 32 ◦ green 70 ◦ blue 116

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

Shades of Venice Blue #204674

Tints of Venice Blue #204674

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 14.68%
G = 32.11%
B = 53.21%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204674 (or 0x204674) is known color: Venice Blue. HEX triplet: 20, 46 and 74. RGB value is (32,70,116). Sum of RGB (Red+Green+Blue) = 32+70+116=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #204674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204674 is #DFB98B. Grayscale: #3F3F3F. Windows color (decimal): -14662028 or 7620128. OLE color: 7620128.

HSL color Cylindrical-coordinate representation of color #204674: hue angle of 212.86º 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 #204674 is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 70 116 -
CMYK 0.72 0.40 0 0.55
HSL 212.86º 0.57% 0.29% -
HSV(B) 212.86º 0.72% 0.45% -
XYZ 5.94 5.95 17.36 -
YUV 63.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 32 70 116 0.72 0.40 0 0.55 212.86 0.57 0.29
Hex 20 46 74 48 28 0 37 D5 39 1D
Octal 40 106 164 110 50 0 67 325 71 35
Binary 100000 1000110 1110100 1001000 101000 0 110111 11010101 111001 11101

Color Harmonies of #204674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204674

Black with #204674

Text Example


Text Example

White with #204674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204674; }

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

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

background-color css

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

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

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

border-color css

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

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

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