#205075

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

Shades of Venice Blue #205075

Tints of Venice Blue #205075

Color information

#205075 (or 0x205075) is unknown color: approx Venice Blue. HEX triplet: 20, 50 and 75. RGB value is (32,80,117). Sum of RGB (Red+Green+Blue) = 32+80+117=229 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.97% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #205075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205075 is #DFAF8A. Grayscale: #454545. Windows color (decimal): -14659467 or 7688224. OLE color: 7688224.

HSL color Cylindrical-coordinate representation of color #205075: hue angle of 206.12º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #205075 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3280117-
CMYK0.730.3200.54
HSL206.12º57.05%29.22%-
HSV(B)206.12º72.65%45.88%-
XYZ6.687.3317.89-
YUV69.87154.6100.99-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.97%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=13.97%
G=34.93%
B=51.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal32801170.730.3200.54206.1257.0529.22
Hex2050754920036ce391d
Octal40120165111400663167135
Binary10000010100001110101100100110000001101101100111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205075; }

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

 H1.HeaderClassName
 {
   color: #205075;
 }
 .AnyTagClassName
 {
   color: #205075;
 }
</style>
background-color css

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

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

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

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

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

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