Html Css Color HEX #204E75 Venice Blue

📋 copy color: '#204E75'

red 32 ◦ green 78 ◦ blue 117

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

Shades of Venice Blue #204E75

Tints of Venice Blue #204E75

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

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

R = 14.1%
G = 34.36%
B = 51.54%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#204E75 (or 0x204E75) is known color: Venice Blue. HEX triplet: 20, 4E and 75. RGB value is (32,78,117). Sum of RGB (Red+Green+Blue) = 32+78+117=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #204E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204E75 is #DFB18A. Grayscale: #444444. Windows color (decimal): -14659979 or 7687712. OLE color: 7687712.

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

Color convert

RGB 32 78 117 -
CMYK 0.73 0.33 0 0.54
HSL 207.53º 0.57% 0.29% -
HSV(B) 207.53º 0.73% 0.46% -
XYZ 6.53 7.04 17.84 -
YUV 68.69 155.26 101.83 -
System Red Green Blue C M Y K H S L
Decimal 32 78 117 0.73 0.33 0 0.54 207.53 0.57 0.29
Hex 20 4E 75 49 21 0 36 D0 39 1D
Octal 40 116 165 111 41 0 66 320 71 35
Binary 100000 1001110 1110101 1001001 100001 0 110110 11010000 111001 11101

Color Harmonies of #204E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204E75

Black with #204E75

Text Example


Text Example

White with #204E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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