Html Css Color HEX #2C5077 Venice Blue

📋 copy color: '#2C5077'

red 44 ◦ green 80 ◦ blue 119

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

Shades of Venice Blue #2C5077

Tints of Venice Blue #2C5077

RGB

 RED value IS 44 (17.58% from 255) = 18.11%

 GREEN value IS 80 (31.64% from 255) = 32.92%

 BLUE value IS 119 (46.88% from 255) = 48.97%

R = 18.11%
G = 32.92%
B = 48.97%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C5077 (or 0x2C5077) is known color: Venice Blue. HEX triplet: 2C, 50 and 77. RGB value is (44,80,119). Sum of RGB (Red+Green+Blue) = 44+80+119=243 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.11% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C5077 is #D3AF88. Grayscale: #494949. Windows color (decimal): -13873033 or 7819308. OLE color: 7819308.

HSL color Cylindrical-coordinate representation of color #2C5077: hue angle of 211.2º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2C5077 is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 80 119 -
CMYK 0.63 0.33 0 0.53
HSL 211.2º 0.46% 0.32% -
HSV(B) 211.2º 0.63% 0.47% -
XYZ 7.24 7.6 18.54 -
YUV 73.68 153.57 106.83 -
System Red Green Blue C M Y K H S L
Decimal 44 80 119 0.63 0.33 0 0.53 211.2 0.46 0.32
Hex 2C 50 77 3F 21 0 35 D3 2E 20
Octal 54 120 167 77 41 0 65 323 56 40
Binary 101100 1010000 1110111 111111 100001 0 110101 11010011 101110 100000

Color Harmonies of #2C5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5077

Black with #2C5077

Text Example


Text Example

White with #2C5077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C5077; }

 p { color: rgb(44,80,119); }

 H1.HeaderClassName
 {
   color: #2C5077;
 }
 .AnyTagClassName
 {
   color: #2C5077;
 }
</style>

background-color css

<style>
 a { background-color: #2C5077; }

 a { background-color: rgb(44,80,119); }

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

border-color css

<style>
 span { border-color: #2C5077; }

 span { border-color: rgb(44,80,119); }

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