#2B567F

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

Shades of Venice Blue #2B567F

Tints of Venice Blue #2B567F

Color information

#2B567F (or 0x2B567F) is unknown color: approx Venice Blue. HEX triplet: 2B, 56 and 7F. RGB value is (43,86,127). Sum of RGB (Red+Green+Blue) = 43+86+127=256 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.80% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 127 (50% from 255 or 49.61% from 256); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B567F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B567F is #D4A980. Grayscale: #4D4D4D. Windows color (decimal): -13937025 or 8345131. OLE color: 8345131.

HSL color Cylindrical-coordinate representation of color #2B567F: hue angle of 209.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B567F is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4386127-
CMYK0.660.3200.50
HSL209.29º49.41%33.33%-
HSV(B)209.29º66.14%49.8%-
XYZ8.158.721.33-
YUV77.82155.75103.17-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.80%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 127 (50% from 255) = 49.61%
R=16.80%
G=33.59%
B=49.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43861270.660.3200.50209.2949.4133.33
Hex2B567F4220032d13121
Octal53126177102400623216141
Binary101011101011011111111000010100000011001011010001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,86,127); }

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

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

 a { background-color: rgb(43,86,127); }

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

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

 span { border-color: rgb(43,86,127); }

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