Html Css Color HEX #204E76 Venice Blue

📋 copy color: '#204E76'

red 32 ◦ green 78 ◦ blue 118

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

Shades of Venice Blue #204E76

Tints of Venice Blue #204E76

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

 BLUE value IS 118 (46.48% from 255) = 51.75%

R = 14.04%
G = 34.21%
B = 51.75%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204E76 (or 0x204E76) is known color: Venice Blue. HEX triplet: 20, 4E and 76. RGB value is (32,78,118). Sum of RGB (Red+Green+Blue) = 32+78+118=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #204E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E76 is #DFB189. Grayscale: #444444. Windows color (decimal): -14659978 or 7753248. OLE color: 7753248.

HSL color Cylindrical-coordinate representation of color #204E76: hue angle of 207.91º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204E76 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 78 118 -
CMYK 0.73 0.34 0 0.54
HSL 207.91º 0.57% 0.29% -
HSV(B) 207.91º 0.73% 0.46% -
XYZ 6.59 7.06 18.16 -
YUV 68.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 32 78 118 0.73 0.34 0 0.54 207.91 0.57 0.29
Hex 20 4E 76 49 22 0 36 D0 39 1D
Octal 40 116 166 111 42 0 66 320 71 35
Binary 100000 1001110 1110110 1001001 100010 0 110110 11010000 111001 11101

Color Harmonies of #204E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E76

Black with #204E76

Text Example


Text Example

White with #204E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204E76; }

 p { color: rgb(32,78,118); }

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

background-color css

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

 a { background-color: rgb(32,78,118); }

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

border-color css

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

 span { border-color: rgb(32,78,118); }

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