Html Css Color HEX #204874 Venice Blue

📋 copy color: '#204874'

red 32 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #204874

Tints of Venice Blue #204874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

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

R = 14.55%
G = 32.73%
B = 52.73%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204874 (or 0x204874) is known color: Venice Blue. HEX triplet: 20, 48 and 74. RGB value is (32,72,116). Sum of RGB (Red+Green+Blue) = 32+72+116=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 116 (45.70% from 255 or 52.73% from 220); Max value from RGB is 116 - color contains mainly: blue. Hex color #204874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204874 is #DFB78B. Grayscale: #404040. Windows color (decimal): -14661516 or 7620640. OLE color: 7620640.

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

Color convert

RGB 32 72 116 -
CMYK 0.72 0.38 0 0.55
HSL 211.43º 0.57% 0.29% -
HSV(B) 211.43º 0.72% 0.45% -
XYZ 6.07 6.2 17.4 -
YUV 65.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 32 72 116 0.72 0.38 0 0.55 211.43 0.57 0.29
Hex 20 48 74 48 26 0 37 D3 39 1D
Octal 40 110 164 110 46 0 67 323 71 35
Binary 100000 1001000 1110100 1001000 100110 0 110111 11010011 111001 11101

Color Harmonies of #204874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204874

Black with #204874

Text Example


Text Example

White with #204874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204874; }

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

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

background-color css

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

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

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

border-color css

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

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

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