Html Css Color HEX #204670 Venice Blue

📋 copy color: '#204670'

red 32 ◦ green 70 ◦ blue 112

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

Shades of Venice Blue #204670

Tints of Venice Blue #204670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 52.34%

R = 14.95%
G = 32.71%
B = 52.34%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#204670 (or 0x204670) is known color: Venice Blue. HEX triplet: 20, 46 and 70. RGB value is (32,70,112). Sum of RGB (Red+Green+Blue) = 32+70+112=214 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.95% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 112 (44.14% from 255 or 52.34% from 214); Max value from RGB is 112 - color contains mainly: blue. Hex color #204670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204670 is #DFB98F. Grayscale: #3F3F3F. Windows color (decimal): -14662032 or 7357984. OLE color: 7357984.

HSL color Cylindrical-coordinate representation of color #204670: hue angle of 211.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #204670 is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 32 70 112 -
CMYK 0.71 0.38 0 0.56
HSL 211.5º 0.56% 0.28% -
HSV(B) 211.5º 0.71% 0.44% -
XYZ 5.71 5.86 16.16 -
YUV 63.43 155.41 105.58 -
System Red Green Blue C M Y K H S L
Decimal 32 70 112 0.71 0.38 0 0.56 211.5 0.56 0.28
Hex 20 46 70 47 26 0 38 D4 38 1C
Octal 40 106 160 107 46 0 70 324 70 34
Binary 100000 1000110 1110000 1000111 100110 0 111000 11010100 111000 11100

Color Harmonies of #204670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204670

Black with #204670

Text Example


Text Example

White with #204670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204670; }

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

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

background-color css

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

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

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

border-color css

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

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

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