Html Css Color HEX #2A5576 Venice Blue

📋 copy color: '#2A5576'

red 42 ◦ green 85 ◦ blue 118

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

Shades of Venice Blue #2A5576

Tints of Venice Blue #2A5576

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.69%

 BLUE value IS 118 (46.48% from 255) = 48.16%

R = 17.14%
G = 34.69%
B = 48.16%

CMYK

 C value IS 0.64

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2A5576 (or 0x2A5576) is known color: Venice Blue. HEX triplet: 2A, 55 and 76. RGB value is (42,85,118). Sum of RGB (Red+Green+Blue) = 42+85+118=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A5576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5576 is #D5AA89. Grayscale: #4B4B4B. Windows color (decimal): -14002826 or 7755050. OLE color: 7755050.

HSL color Cylindrical-coordinate representation of color #2A5576: hue angle of 206.05º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A5576 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 85 118 -
CMYK 0.64 0.28 0 0.54
HSL 206.05º 0.48% 0.31% -
HSV(B) 206.05º 0.64% 0.46% -
XYZ 7.47 8.3 18.35 -
YUV 75.91 151.75 103.82 -
System Red Green Blue C M Y K H S L
Decimal 42 85 118 0.64 0.28 0 0.54 206.05 0.48 0.31
Hex 2A 55 76 40 1C 0 36 CE 30 1F
Octal 52 125 166 100 34 0 66 316 60 37
Binary 101010 1010101 1110110 1000000 11100 0 110110 11001110 110000 11111

Color Harmonies of #2A5576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5576

Black with #2A5576

Text Example


Text Example

White with #2A5576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,85,118); }

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

background-color css

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

 a { background-color: rgb(42,85,118); }

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

border-color css

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

 span { border-color: rgb(42,85,118); }

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