Html Css Color HEX #204475 Venice Blue

📋 copy color: '#204475'

red 32 ◦ green 68 ◦ blue 117

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

Shades of Venice Blue #204475

Tints of Venice Blue #204475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 14.75%
G = 31.34%
B = 53.92%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204475 (or 0x204475) is known color: Venice Blue. HEX triplet: 20, 44 and 75. RGB value is (32,68,117). Sum of RGB (Red+Green+Blue) = 32+68+117=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #204475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204475 is #DFBB8A. Grayscale: #3E3E3E. Windows color (decimal): -14662539 or 7685152. OLE color: 7685152.

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

Color convert

RGB 32 68 117 -
CMYK 0.73 0.42 0 0.54
HSL 214.59º 0.57% 0.29% -
HSV(B) 214.59º 0.73% 0.46% -
XYZ 5.87 5.73 17.63 -
YUV 62.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 32 68 117 0.73 0.42 0 0.54 214.59 0.57 0.29
Hex 20 44 75 49 2A 0 36 D7 39 1D
Octal 40 104 165 111 52 0 66 327 71 35
Binary 100000 1000100 1110101 1001001 101010 0 110110 11010111 111001 11101

Color Harmonies of #204475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204475

Black with #204475

Text Example


Text Example

White with #204475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204475; }

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

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

background-color css

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

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

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

border-color css

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

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

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