Html Css Color HEX #204F73 Venice Blue

📋 copy color: '#204F73'

red 32 ◦ green 79 ◦ blue 115

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

Shades of Venice Blue #204F73

Tints of Venice Blue #204F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.96%

 BLUE value IS 115 (45.31% from 255) = 50.88%

R = 14.16%
G = 34.96%
B = 50.88%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#204F73 (or 0x204F73) is known color: Venice Blue. HEX triplet: 20, 4F and 73. RGB value is (32,79,115). Sum of RGB (Red+Green+Blue) = 32+79+115=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #204F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F73 is #DFB08C. Grayscale: #444444. Windows color (decimal): -14659725 or 7556896. OLE color: 7556896.

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

Color convert

RGB 32 79 115 -
CMYK 0.72 0.31 0 0.55
HSL 206.02º 0.56% 0.29% -
HSV(B) 206.02º 0.72% 0.45% -
XYZ 6.49 7.14 17.26 -
YUV 69.05 153.93 101.57 -
System Red Green Blue C M Y K H S L
Decimal 32 79 115 0.72 0.31 0 0.55 206.02 0.56 0.29
Hex 20 4F 73 48 1F 0 37 CE 38 1D
Octal 40 117 163 110 37 0 67 316 70 35
Binary 100000 1001111 1110011 1001000 11111 0 110111 11001110 111000 11101

Color Harmonies of #204F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F73

Black with #204F73

Text Example


Text Example

White with #204F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,79,115); }

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

background-color css

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

 a { background-color: rgb(32,79,115); }

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

border-color css

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

 span { border-color: rgb(32,79,115); }

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