#2B567B

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

Shades of Venice Blue #2B567B

Tints of Venice Blue #2B567B

Color information

#2B567B (or 0x2B567B) is unknown color: approx Venice Blue. HEX triplet: 2B, 56 and 7B. RGB value is (43,86,123). Sum of RGB (Red+Green+Blue) = 43+86+123=252 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.06% from 252); Green value is 86 (33.98% from 255 or 34.13% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B567B is #D4A984. Grayscale: #4D4D4D. Windows color (decimal): -13937029 or 8082987. OLE color: 8082987.

HSL color Cylindrical-coordinate representation of color #2B567B: hue angle of 207.75º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B567B is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4386123-
CMYK0.650.3000.52
HSL207.75º48.19%32.55%-
HSV(B)207.75º65.04%48.24%-
XYZ7.98.619.98-
YUV77.36153.75103.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.06%
GREEN value IS 86 (33.98% from 255) = 34.13%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=17.06%
G=34.13%
B=48.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal43861230.650.3000.52207.7548.1932.55
Hex2B567B411E034d03021
Octal53126173101360643206041
Binary10101110101101111011100000111110011010011010000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B567B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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