Html Css Color HEX #204C77 Venice Blue

📋 copy color: '#204C77'

red 32 ◦ green 76 ◦ blue 119

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

Shades of Venice Blue #204C77

Tints of Venice Blue #204C77

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.48%

 BLUE value IS 119 (46.88% from 255) = 52.42%

R = 14.1%
G = 33.48%
B = 52.42%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#204C77 (or 0x204C77) is known color: Venice Blue. HEX triplet: 20, 4C and 77. RGB value is (32,76,119). Sum of RGB (Red+Green+Blue) = 32+76+119=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #204C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C77 is #DFB388. Grayscale: #434343. Windows color (decimal): -14660489 or 7818272. OLE color: 7818272.

HSL color Cylindrical-coordinate representation of color #204C77: hue angle of 209.66º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #204C77 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 76 119 -
CMYK 0.73 0.36 0 0.53
HSL 209.66º 0.58% 0.3% -
HSV(B) 209.66º 0.73% 0.47% -
XYZ 6.51 6.81 18.42 -
YUV 67.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 32 76 119 0.73 0.36 0 0.53 209.66 0.58 0.3
Hex 20 4C 77 49 24 0 35 D2 3A 1E
Octal 40 114 167 111 44 0 65 322 72 36
Binary 100000 1001100 1110111 1001001 100100 0 110101 11010010 111010 11110

Color Harmonies of #204C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C77

Black with #204C77

Text Example


Text Example

White with #204C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,76,119); }

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

background-color css

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

 a { background-color: rgb(32,76,119); }

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

border-color css

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

 span { border-color: rgb(32,76,119); }

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