#2A476F

Color #2A476F Venice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venice Blue #2A476F

Tints of Venice Blue #2A476F

Color information

#2A476F (or 0x2A476F) is unknown color: approx Venice Blue. HEX triplet: 2A, 47 and 6F. RGB value is (42,71,111). Sum of RGB (Red+Green+Blue) = 42+71+111=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 111 (43.75% from 255 or 49.55% from 224); Max value from RGB is 111 - color contains mainly: blue. Hex color #2A476F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A476F is #D5B890. Grayscale: #424242. Windows color (decimal): -14006417 or 7292714. OLE color: 7292714.

HSL color Cylindrical-coordinate representation of color #2A476F: hue angle of 214.78º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A476F is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4271111-
CMYK0.620.3600.56
HSL214.78º45.1%30%-
HSV(B)214.78º62.16%43.53%-
XYZ6.086.1515.9-
YUV66.89152.89110.25-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.75%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 111 (43.75% from 255) = 49.55%
R=18.75%
G=31.70%
B=49.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal42711110.620.3600.56214.7845.130
Hex2A476F3E24038d72d1e
Octal5210715776440703275536
Binary1010101000111110111111111010010001110001101011110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,71,111); }

 H1.HeaderClassName
 {
   color: #2A476F;
 }
 .AnyTagClassName
 {
   color: #2A476F;
 }
</style>
background-color css

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

 a { background-color: rgb(42,71,111); }

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

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

 span { border-color: rgb(42,71,111); }

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