Html Css Color HEX #2A5077 Venice Blue

📋 copy color: '#2A5077'

red 42 ◦ green 80 ◦ blue 119

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

Shades of Venice Blue #2A5077

Tints of Venice Blue #2A5077

RGB

 RED value IS 42 (16.8% from 255) = 17.43%

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

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

R = 17.43%
G = 33.2%
B = 49.38%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2A5077 (or 0x2A5077) is known color: Venice Blue. HEX triplet: 2A, 50 and 77. RGB value is (42,80,119). Sum of RGB (Red+Green+Blue) = 42+80+119=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 119 (46.88% from 255 or 49.38% from 241); Max value from RGB is 119 - color contains mainly: blue. Hex color #2A5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5077 is #D5AF88. Grayscale: #484848. Windows color (decimal): -14004105 or 7819306. OLE color: 7819306.

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

Color convert

RGB 42 80 119 -
CMYK 0.65 0.33 0 0.53
HSL 210.39º 0.48% 0.32% -
HSV(B) 210.39º 0.65% 0.47% -
XYZ 7.15 7.56 18.54 -
YUV 73.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 42 80 119 0.65 0.33 0 0.53 210.39 0.48 0.32
Hex 2A 50 77 41 21 0 35 D2 30 20
Octal 52 120 167 101 41 0 65 322 60 40
Binary 101010 1010000 1110111 1000001 100001 0 110101 11010010 110000 100000

Color Harmonies of #2A5077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5077

Black with #2A5077

Text Example


Text Example

White with #2A5077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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