Html Css Color HEX #204675 Venice Blue

📋 copy color: '#204675'

red 32 ◦ green 70 ◦ blue 117

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

Shades of Venice Blue #204675

Tints of Venice Blue #204675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.96%

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

R = 14.61%
G = 31.96%
B = 53.42%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204675 (or 0x204675) is known color: Venice Blue. HEX triplet: 20, 46 and 75. RGB value is (32,70,117). Sum of RGB (Red+Green+Blue) = 32+70+117=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #204675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204675 is #DFB98A. Grayscale: #3F3F3F. Windows color (decimal): -14662027 or 7685664. OLE color: 7685664.

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

Color convert

RGB 32 70 117 -
CMYK 0.73 0.40 0 0.54
HSL 213.18º 0.57% 0.29% -
HSV(B) 213.18º 0.73% 0.46% -
XYZ 6 5.97 17.67 -
YUV 64 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 32 70 117 0.73 0.40 0 0.54 213.18 0.57 0.29
Hex 20 46 75 49 28 0 36 D5 39 1D
Octal 40 106 165 111 50 0 66 325 71 35
Binary 100000 1000110 1110101 1001001 101000 0 110110 11010101 111001 11101

Color Harmonies of #204675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204675

Black with #204675

Text Example


Text Example

White with #204675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204675; }

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

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

background-color css

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

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

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

border-color css

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

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

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