#2B3149

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

Shades of Bunting #2B3149

Tints of Bunting #2B3149

Color information

#2B3149 (or 0x2B3149) is unknown color: approx Bunting. HEX triplet: 2B, 31 and 49. RGB value is (43,49,73). Sum of RGB (Red+Green+Blue) = 43+49+73=165 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.06% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 73 (28.91% from 255 or 44.24% from 165); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B3149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3149 is #D4CEB6. Grayscale: #313131. Windows color (decimal): -13946551 or 4796715. OLE color: 4796715.

HSL color Cylindrical-coordinate representation of color #2B3149: hue angle of 228º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2B3149 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB434973-
CMYK0.410.3300.71
HSL228º25.86%22.75%-
HSV(B)228º41.1%28.63%-
XYZ3.33.196.75-
YUV49.94141.01123.05-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.06%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 73 (28.91% from 255) = 44.24%
R=26.06%
G=29.70%
B=44.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4349730.410.3300.7122825.8622.75
Hex2B31492921047e41a17
Octal5361111514101073443227
Binary101011110001100100110100110000101000111111001001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,73); }

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

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

 a { background-color: rgb(43,49,73); }

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

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

 span { border-color: rgb(43,49,73); }

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