Html Css Color HEX #2A5472 Venice Blue

📋 copy color: '#2A5472'

red 42 ◦ green 84 ◦ blue 114

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

Shades of Venice Blue #2A5472

Tints of Venice Blue #2A5472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 47.5%

R = 17.5%
G = 35%
B = 47.5%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2A5472 (or 0x2A5472) is known color: Venice Blue. HEX triplet: 2A, 54 and 72. RGB value is (42,84,114). Sum of RGB (Red+Green+Blue) = 42+84+114=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A5472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5472 is #D5AB8D. Grayscale: #4A4A4A. Windows color (decimal): -14003086 or 7492650. OLE color: 7492650.

HSL color Cylindrical-coordinate representation of color #2A5472: hue angle of 205º 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 #2A5472 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 42 84 114 -
CMYK 0.63 0.26 0 0.55
HSL 205º 0.46% 0.31% -
HSV(B) 205º 0.63% 0.45% -
XYZ 7.16 8.05 17.1 -
YUV 74.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 42 84 114 0.63 0.26 0 0.55 205 0.46 0.31
Hex 2A 54 72 3F 1A 0 37 CD 2E 1F
Octal 52 124 162 77 32 0 67 315 56 37
Binary 101010 1010100 1110010 111111 11010 0 110111 11001101 101110 11111

Color Harmonies of #2A5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A5472

Black with #2A5472

Text Example


Text Example

White with #2A5472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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