Html Css Color HEX #2A5976 Venice Blue

📋 copy color: '#2A5976'

red 42 ◦ green 89 ◦ blue 118

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

Shades of Venice Blue #2A5976

Tints of Venice Blue #2A5976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

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

R = 16.87%
G = 35.74%
B = 47.39%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2A5976 (or 0x2A5976) is known color: Venice Blue. HEX triplet: 2A, 59 and 76. RGB value is (42,89,118). Sum of RGB (Red+Green+Blue) = 42+89+118=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #2A5976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5976 is #D5A689. Grayscale: #4E4E4E. Windows color (decimal): -14001802 or 7756074. OLE color: 7756074.

HSL color Cylindrical-coordinate representation of color #2A5976: hue angle of 202.89º 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 #2A5976 is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 42 89 118 -
CMYK 0.64 0.25 0 0.54
HSL 202.89º 0.48% 0.31% -
HSV(B) 202.89º 0.64% 0.46% -
XYZ 7.8 8.95 18.46 -
YUV 78.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 42 89 118 0.64 0.25 0 0.54 202.89 0.48 0.31
Hex 2A 59 76 40 19 0 36 CB 30 1F
Octal 52 131 166 100 31 0 66 313 60 37
Binary 101010 1011001 1110110 1000000 11001 0 110110 11001011 110000 11111

Color Harmonies of #2A5976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5976

Black with #2A5976

Text Example


Text Example

White with #2A5976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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