Html Css Color HEX #204A75 Venice Blue

📋 copy color: '#204A75'

red 32 ◦ green 74 ◦ blue 117

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

Shades of Venice Blue #204A75

Tints of Venice Blue #204A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 14.35%
G = 33.18%
B = 52.47%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204A75 (or 0x204A75) is known color: Venice Blue. HEX triplet: 20, 4A and 75. RGB value is (32,74,117). Sum of RGB (Red+Green+Blue) = 32+74+117=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #204A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204A75 is #DFB58A. Grayscale: #424242. Windows color (decimal): -14661003 or 7686688. OLE color: 7686688.

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

Color convert

RGB 32 74 117 -
CMYK 0.73 0.37 0 0.54
HSL 210.35º 0.57% 0.29% -
HSV(B) 210.35º 0.73% 0.46% -
XYZ 6.26 6.49 17.75 -
YUV 66.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 32 74 117 0.73 0.37 0 0.54 210.35 0.57 0.29
Hex 20 4A 75 49 25 0 36 D2 39 1D
Octal 40 112 165 111 45 0 66 322 71 35
Binary 100000 1001010 1110101 1001001 100101 0 110110 11010010 111001 11101

Color Harmonies of #204A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204A75

Black with #204A75

Text Example


Text Example

White with #204A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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