#2B5375

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

Shades of Venice Blue #2B5375

Tints of Venice Blue #2B5375

Color information

#2B5375 (or 0x2B5375) is unknown color: approx Venice Blue. HEX triplet: 2B, 53 and 75. RGB value is (43,83,117). Sum of RGB (Red+Green+Blue) = 43+83+117=243 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.70% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 117 (46.09% from 255 or 48.15% from 243); Max value from RGB is 117 - color contains mainly: blue. Hex color #2B5375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5375 is #D4AC8A. Grayscale: #4A4A4A. Windows color (decimal): -13937803 or 7689003. OLE color: 7689003.

HSL color Cylindrical-coordinate representation of color #2B5375: hue angle of 207.57º 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 #2B5375 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4383117-
CMYK0.630.2900.54
HSL207.57º46.25%31.37%-
HSV(B)207.57º63.25%45.88%-
XYZ7.37.9817.99-
YUV74.92151.75105.24-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.70%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 117 (46.09% from 255) = 48.15%
R=17.70%
G=34.16%
B=48.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal43831170.630.2900.54207.5746.2531.37
Hex2B53753F1D036d02e1f
Octal5312316577350663205637
Binary101011101001111101011111111110101101101101000010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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