Html Css Color HEX #204575 Venice Blue

📋 copy color: '#204575'

red 32 ◦ green 69 ◦ blue 117

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

Shades of Venice Blue #204575

Tints of Venice Blue #204575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 14.68%
G = 31.65%
B = 53.67%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204575 (or 0x204575) is known color: Venice Blue. HEX triplet: 20, 45 and 75. RGB value is (32,69,117). Sum of RGB (Red+Green+Blue) = 32+69+117=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #204575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204575 is #DFBA8A. Grayscale: #3F3F3F. Windows color (decimal): -14662283 or 7685408. OLE color: 7685408.

HSL color Cylindrical-coordinate representation of color #204575: hue angle of 213.88º 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 #204575 is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 69 117 -
CMYK 0.73 0.41 0 0.54
HSL 213.88º 0.57% 0.29% -
HSV(B) 213.88º 0.73% 0.46% -
XYZ 5.93 5.85 17.65 -
YUV 63.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 32 69 117 0.73 0.41 0 0.54 213.88 0.57 0.29
Hex 20 45 75 49 29 0 36 D6 39 1D
Octal 40 105 165 111 51 0 66 326 71 35
Binary 100000 1000101 1110101 1001001 101001 0 110110 11010110 111001 11101

Color Harmonies of #204575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204575

Black with #204575

Text Example


Text Example

White with #204575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204575; }

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

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

background-color css

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

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

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

border-color css

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

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

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