Html Css Color HEX #204C6E Venice Blue

📋 copy color: '#204C6E'

red 32 ◦ green 76 ◦ blue 110

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

Shades of Venice Blue #204C6E

Tints of Venice Blue #204C6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 50.46%

R = 14.68%
G = 34.86%
B = 50.46%

CMYK

 C value IS 0.71

 M value IS 0.31

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#204C6E (or 0x204C6E) is known color: Venice Blue. HEX triplet: 20, 4C and 6E. RGB value is (32,76,110). Sum of RGB (Red+Green+Blue) = 32+76+110=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #204C6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204C6E is #DFB391. Grayscale: #424242. Windows color (decimal): -14660498 or 7228448. OLE color: 7228448.

HSL color Cylindrical-coordinate representation of color #204C6E: hue angle of 206.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #204C6E is Cyan = 0.71, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 76 110 -
CMYK 0.71 0.31 0 0.57
HSL 206.15º 0.55% 0.28% -
HSV(B) 206.15º 0.71% 0.43% -
XYZ 5.99 6.6 15.71 -
YUV 66.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 32 76 110 0.71 0.31 0 0.57 206.15 0.55 0.28
Hex 20 4C 6E 47 1F 0 39 CE 37 1C
Octal 40 114 156 107 37 0 71 316 67 34
Binary 100000 1001100 1101110 1000111 11111 0 111001 11001110 110111 11100

Color Harmonies of #204C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204C6E

Black with #204C6E

Text Example


Text Example

White with #204C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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