Html Css Color HEX #204F74 Venice Blue

📋 copy color: '#204F74'

red 32 ◦ green 79 ◦ blue 116

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

Shades of Venice Blue #204F74

Tints of Venice Blue #204F74

RGB

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

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

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

R = 14.1%
G = 34.8%
B = 51.1%

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

#204F74 (or 0x204F74) is known color: Venice Blue. HEX triplet: 20, 4F and 74. RGB value is (32,79,116). Sum of RGB (Red+Green+Blue) = 32+79+116=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #204F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204F74 is #DFB08B. Grayscale: #444444. Windows color (decimal): -14659724 or 7622432. OLE color: 7622432.

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

Color convert

RGB 32 79 116 -
CMYK 0.72 0.32 0 0.55
HSL 206.43º 0.57% 0.29% -
HSV(B) 206.43º 0.72% 0.45% -
XYZ 6.54 7.16 17.56 -
YUV 69.17 154.43 101.49 -
System Red Green Blue C M Y K H S L
Decimal 32 79 116 0.72 0.32 0 0.55 206.43 0.57 0.29
Hex 20 4F 74 48 20 0 37 CE 39 1D
Octal 40 117 164 110 40 0 67 316 71 35
Binary 100000 1001111 1110100 1001000 100000 0 110111 11001110 111001 11101

Color Harmonies of #204F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204F74

Black with #204F74

Text Example


Text Example

White with #204F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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