#2B506F

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

Shades of Venice Blue #2B506F

Tints of Venice Blue #2B506F

Color information

#2B506F (or 0x2B506F) is unknown color: approx Venice Blue. HEX triplet: 2B, 50 and 6F. RGB value is (43,80,111). Sum of RGB (Red+Green+Blue) = 43+80+111=234 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.38% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B506F is #D4AF90. Grayscale: #484848. Windows color (decimal): -13938577 or 7295019. OLE color: 7295019.

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

Color convert

RGB4380111-
CMYK0.610.2800.56
HSL207.35º44.16%30.2%-
HSV(B)207.35º61.26%43.53%-
XYZ6.737.416.11-
YUV72.47149.74106.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.38%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=18.38%
G=34.19%
B=47.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43801110.610.2800.56207.3544.1630.2
Hex2B506F3D1C038cf2c1e
Octal5312015775340703175436
Binary101011101000011011111111011110001110001100111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,80,111); }

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

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

 a { background-color: rgb(43,80,111); }

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

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

 span { border-color: rgb(43,80,111); }

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