Html Css Color HEX #204E74 Venice Blue

📋 copy color: '#204E74'

red 32 ◦ green 78 ◦ blue 116

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

Shades of Venice Blue #204E74

Tints of Venice Blue #204E74

RGB

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

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

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

R = 14.16%
G = 34.51%
B = 51.33%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204E74 (or 0x204E74) is known color: Venice Blue. HEX triplet: 20, 4E and 74. RGB value is (32,78,116). Sum of RGB (Red+Green+Blue) = 32+78+116=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 116 (45.70% from 255 or 51.33% from 226); Max value from RGB is 116 - color contains mainly: blue. Hex color #204E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E74 is #DFB18B. Grayscale: #444444. Windows color (decimal): -14659980 or 7622176. OLE color: 7622176.

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

Color convert

RGB 32 78 116 -
CMYK 0.72 0.33 0 0.55
HSL 207.14º 0.57% 0.29% -
HSV(B) 207.14º 0.72% 0.45% -
XYZ 6.47 7.02 17.54 -
YUV 68.58 154.76 101.91 -
System Red Green Blue C M Y K H S L
Decimal 32 78 116 0.72 0.33 0 0.55 207.14 0.57 0.29
Hex 20 4E 74 48 21 0 37 CF 39 1D
Octal 40 116 164 110 41 0 67 317 71 35
Binary 100000 1001110 1110100 1001000 100001 0 110111 11001111 111001 11101

Color Harmonies of #204E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E74

Black with #204E74

Text Example


Text Example

White with #204E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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