#2B4B75

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

Shades of Venice Blue #2B4B75

Tints of Venice Blue #2B4B75

Color information

#2B4B75 (or 0x2B4B75) is unknown color: approx Venice Blue. HEX triplet: 2B, 4B and 75. RGB value is (43,75,117). Sum of RGB (Red+Green+Blue) = 43+75+117=235 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.30% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B4B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4B75 is #D4B48A. Grayscale: #464646. Windows color (decimal): -13939851 or 7686955. OLE color: 7686955.

HSL color Cylindrical-coordinate representation of color #2B4B75: hue angle of 214.05º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B4B75 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4375117-
CMYK0.630.3600.54
HSL214.05º46.25%31.37%-
HSV(B)214.05º63.25%45.88%-
XYZ6.726.8317.79-
YUV70.22154.4108.58-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.30%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=18.30%
G=31.91%
B=49.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43751170.630.3600.54214.0546.2531.37
Hex2B4B753F24036d62e1f
Octal5311316577440663265637
Binary1010111001011111010111111110010001101101101011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B4B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,75,117); }

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

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

 a { background-color: rgb(43,75,117); }

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

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

 span { border-color: rgb(43,75,117); }

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