#2B5277

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

Shades of Venice Blue #2B5277

Tints of Venice Blue #2B5277

Color information

#2B5277 (or 0x2B5277) is unknown color: approx Venice Blue. HEX triplet: 2B, 52 and 77. RGB value is (43,82,119). Sum of RGB (Red+Green+Blue) = 43+82+119=244 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.62% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #2B5277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5277 is #D4AD88. Grayscale: #4A4A4A. Windows color (decimal): -13938057 or 7819819. OLE color: 7819819.

HSL color Cylindrical-coordinate representation of color #2B5277: hue angle of 209.21º 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 #2B5277 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4382119-
CMYK0.640.3100.53
HSL209.21º46.91%31.76%-
HSV(B)209.21º63.87%46.67%-
XYZ7.347.8818.59-
YUV74.56153.08105.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.62%
GREEN value IS 82 (32.42% from 255) = 33.61%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=17.62%
G=33.61%
B=48.77%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal43821190.640.3100.53209.2146.9131.76
Hex2B5277401F035d12f20
Octal53122167100370653215740
Binary10101110100101110111100000011111011010111010001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,82,119); }

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

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

 a { background-color: rgb(43,82,119); }

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

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

 span { border-color: rgb(43,82,119); }

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