#2B5478

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

Shades of Venice Blue #2B5478

Tints of Venice Blue #2B5478

Color information

#2B5478 (or 0x2B5478) is unknown color: approx Venice Blue. HEX triplet: 2B, 54 and 78. RGB value is (43,84,120). Sum of RGB (Red+Green+Blue) = 43+84+120=247 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.41% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 120 (47.27% from 255 or 48.58% from 247); Max value from RGB is 120 - color contains mainly: blue. Hex color #2B5478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5478 is #D4AB87. Grayscale: #4B4B4B. Windows color (decimal): -13937544 or 7885867. OLE color: 7885867.

HSL color Cylindrical-coordinate representation of color #2B5478: hue angle of 208.05º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B5478 is Cyan = 0.64, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4384120-
CMYK0.640.300.53
HSL208.05º47.24%31.96%-
HSV(B)208.05º64.17%47.06%-
XYZ7.568.2118.96-
YUV75.84152.92104.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.41%
GREEN value IS 84 (33.20% from 255) = 34.01%
BLUE value IS 120 (47.27% from 255) = 48.58%
R=17.41%
G=34.01%
B=48.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43841200.640.300.53208.0547.2431.96
Hex2B5478401E035d02f20
Octal53124170100360653205740
Binary10101110101001111000100000011110011010111010000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,84,120); }

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

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

 a { background-color: rgb(43,84,120); }

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

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

 span { border-color: rgb(43,84,120); }

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