Html Css Color HEX #2A5473 Venice Blue

📋 copy color: '#2A5473'

red 42 ◦ green 84 ◦ blue 115

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

Shades of Venice Blue #2A5473

Tints of Venice Blue #2A5473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 17.43%
G = 34.85%
B = 47.72%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2A5473 (or 0x2A5473) is known color: Venice Blue. HEX triplet: 2A, 54 and 73. RGB value is (42,84,115). Sum of RGB (Red+Green+Blue) = 42+84+115=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #2A5473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5473 is #D5AB8C. Grayscale: #4A4A4A. Windows color (decimal): -14003085 or 7558186. OLE color: 7558186.

HSL color Cylindrical-coordinate representation of color #2A5473: hue angle of 205.48º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5473 is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 84 115 -
CMYK 0.63 0.27 0 0.55
HSL 205.48º 0.46% 0.31% -
HSV(B) 205.48º 0.63% 0.45% -
XYZ 7.22 8.07 17.4 -
YUV 74.98 150.59 104.48 -
System Red Green Blue C M Y K H S L
Decimal 42 84 115 0.63 0.27 0 0.55 205.48 0.46 0.31
Hex 2A 54 73 3F 1B 0 37 CD 2E 1F
Octal 52 124 163 77 33 0 67 315 56 37
Binary 101010 1010100 1110011 111111 11011 0 110111 11001101 101110 11111

Color Harmonies of #2A5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5473

Black with #2A5473

Text Example


Text Example

White with #2A5473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,84,115); }

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

background-color css

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

 a { background-color: rgb(42,84,115); }

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

border-color css

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

 span { border-color: rgb(42,84,115); }

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