Html Css Color HEX #204D75 Venice Blue

📋 copy color: '#204D75'

red 32 ◦ green 77 ◦ blue 117

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

Shades of Venice Blue #204D75

Tints of Venice Blue #204D75

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.07%

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

R = 14.16%
G = 34.07%
B = 51.77%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204D75 (or 0x204D75) is known color: Venice Blue. HEX triplet: 20, 4D and 75. RGB value is (32,77,117). Sum of RGB (Red+Green+Blue) = 32+77+117=226 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.16% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #204D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D75 is #DFB28A. Grayscale: #434343. Windows color (decimal): -14660235 or 7687456. OLE color: 7687456.

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

Color convert

RGB 32 77 117 -
CMYK 0.73 0.34 0 0.54
HSL 208.24º 0.57% 0.29% -
HSV(B) 208.24º 0.73% 0.46% -
XYZ 6.46 6.9 17.82 -
YUV 68.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 32 77 117 0.73 0.34 0 0.54 208.24 0.57 0.29
Hex 20 4D 75 49 22 0 36 D0 39 1D
Octal 40 115 165 111 42 0 66 320 71 35
Binary 100000 1001101 1110101 1001001 100010 0 110110 11010000 111001 11101

Color Harmonies of #204D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204D75

Black with #204D75

Text Example


Text Example

White with #204D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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