Html Css Color HEX #205074 Venice Blue

📋 copy color: '#205074'

red 32 ◦ green 80 ◦ blue 116

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

Shades of Venice Blue #205074

Tints of Venice Blue #205074

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.09%

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

R = 14.04%
G = 35.09%
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

#205074 (or 0x205074) is known color: Venice Blue. HEX triplet: 20, 50 and 74. RGB value is (32,80,116). Sum of RGB (Red+Green+Blue) = 32+80+116=228 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.04% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 116 (45.70% from 255 or 50.88% from 228); Max value from RGB is 116 - color contains mainly: blue. Hex color #205074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205074 is #DFAF8B. Grayscale: #454545. Windows color (decimal): -14659468 or 7622688. OLE color: 7622688.

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

Color convert

RGB 32 80 116 -
CMYK 0.72 0.31 0 0.55
HSL 205.71º 0.57% 0.29% -
HSV(B) 205.71º 0.72% 0.45% -
XYZ 6.62 7.31 17.58 -
YUV 69.75 154.1 101.07 -
System Red Green Blue C M Y K H S L
Decimal 32 80 116 0.72 0.31 0 0.55 205.71 0.57 0.29
Hex 20 50 74 48 1F 0 37 CE 39 1D
Octal 40 120 164 110 37 0 67 316 71 35
Binary 100000 1010000 1110100 1001000 11111 0 110111 11001110 111001 11101

Color Harmonies of #205074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #205074

Black with #205074

Text Example


Text Example

White with #205074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #205074; }

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

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

background-color css

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

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

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

border-color css

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

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

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