Html Css Color HEX #204E72 Venice Blue

📋 copy color: '#204E72'

red 32 ◦ green 78 ◦ blue 114

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

Shades of Venice Blue #204E72

Tints of Venice Blue #204E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.89%

R = 14.29%
G = 34.82%
B = 50.89%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204E72 (or 0x204E72) is known color: Venice Blue. HEX triplet: 20, 4E and 72. RGB value is (32,78,114). Sum of RGB (Red+Green+Blue) = 32+78+114=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #204E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E72 is #DFB18D. Grayscale: #444444. Windows color (decimal): -14659982 or 7491104. OLE color: 7491104.

HSL color Cylindrical-coordinate representation of color #204E72: hue angle of 206.34º degrees, saturation: 0.56, 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 #204E72 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 78 114 -
CMYK 0.72 0.32 0 0.55
HSL 206.34º 0.56% 0.29% -
HSV(B) 206.34º 0.72% 0.45% -
XYZ 6.36 6.97 16.93 -
YUV 68.35 153.76 102.07 -
System Red Green Blue C M Y K H S L
Decimal 32 78 114 0.72 0.32 0 0.55 206.34 0.56 0.29
Hex 20 4E 72 48 20 0 37 CE 38 1D
Octal 40 116 162 110 40 0 67 316 70 35
Binary 100000 1001110 1110010 1001000 100000 0 110111 11001110 111000 11101

Color Harmonies of #204E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E72

Black with #204E72

Text Example


Text Example

White with #204E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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