Html Css Color HEX #204C75 Venice Blue

📋 copy color: '#204C75'

red 32 ◦ green 76 ◦ blue 117

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

Shades of Venice Blue #204C75

Tints of Venice Blue #204C75

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

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

R = 14.22%
G = 33.78%
B = 52%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204C75 (or 0x204C75) is known color: Venice Blue. HEX triplet: 20, 4C and 75. RGB value is (32,76,117). Sum of RGB (Red+Green+Blue) = 32+76+117=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #204C75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C75 is #DFB38A. Grayscale: #434343. Windows color (decimal): -14660491 or 7687200. OLE color: 7687200.

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

Color convert

RGB 32 76 117 -
CMYK 0.73 0.35 0 0.54
HSL 208.94º 0.57% 0.29% -
HSV(B) 208.94º 0.73% 0.46% -
XYZ 6.39 6.76 17.8 -
YUV 67.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 32 76 117 0.73 0.35 0 0.54 208.94 0.57 0.29
Hex 20 4C 75 49 23 0 36 D1 39 1D
Octal 40 114 165 111 43 0 66 321 71 35
Binary 100000 1001100 1110101 1001001 100011 0 110110 11010001 111001 11101

Color Harmonies of #204C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C75

Black with #204C75

Text Example


Text Example

White with #204C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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