#2B567D

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

Shades of Venice Blue #2B567D

Tints of Venice Blue #2B567D

Color information

#2B567D (or 0x2B567D) is unknown color: approx Venice Blue. HEX triplet: 2B, 56 and 7D. RGB value is (43,86,125). Sum of RGB (Red+Green+Blue) = 43+86+125=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B567D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B567D is #D4A982. Grayscale: #4D4D4D. Windows color (decimal): -13937027 or 8214059. OLE color: 8214059.

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

Color convert

RGB4386125-
CMYK0.660.3100.51
HSL208.54º48.81%32.94%-
HSV(B)208.54º65.6%49.02%-
XYZ8.038.6520.65-
YUV77.59154.75103.33-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 16.93%
GREEN value IS 86 (33.98% from 255) = 33.86%
BLUE value IS 125 (49.22% from 255) = 49.21%
R=16.93%
G=33.86%
B=49.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal43861250.660.3100.51208.5448.8132.94
Hex2B567D421F033d13121
Octal53126175102370633216141
Binary10101110101101111101100001011111011001111010001110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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