#205074

Color #205074 Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #205074

Tints of Venice Blue #205074

Color information

#205074 (or 0x205074) is unknown color: approx 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

RGB3280116-
CMYK0.720.3100.55
HSL205.71º56.76%29.02%-
HSV(B)205.71º72.41%45.49%-
XYZ6.627.3117.58-
YUV69.75154.1101.07-

RGB Variations

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

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.70% from 255) = 50.88%
R=14.04%
G=35.09%
B=50.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32801160.720.3100.55205.7156.7629.02
Hex205074481F037ce391d
Octal40120164110370673167135
Binary1000001010000111010010010001111101101111100111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>