#2B476E

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

Shades of Venice Blue #2B476E

Tints of Venice Blue #2B476E

Color information

#2B476E (or 0x2B476E) is unknown color: approx Venice Blue. HEX triplet: 2B, 47 and 6E. RGB value is (43,71,110). Sum of RGB (Red+Green+Blue) = 43+71+110=224 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.20% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #2B476E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B476E is #D4B891. Grayscale: #424242. Windows color (decimal): -13940882 or 7227179. OLE color: 7227179.

HSL color Cylindrical-coordinate representation of color #2B476E: hue angle of 214.93º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B476E is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4371110-
CMYK0.610.3500.57
HSL214.93º43.79%30%-
HSV(B)214.93º60.91%43.14%-
XYZ6.066.1515.62-
YUV67.07152.22110.83-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.20%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=19.20%
G=31.70%
B=49.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal43711100.610.3500.57214.9343.7930
Hex2B476E3D23039d72c1e
Octal5310715675430713275436
Binary1010111000111110111011110110001101110011101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,71,110); }

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

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

 a { background-color: rgb(43,71,110); }

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

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

 span { border-color: rgb(43,71,110); }

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