#2B3448

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

Shades of Bunting #2B3448

Tints of Bunting #2B3448

Color information

#2B3448 (or 0x2B3448) is unknown color: approx Bunting. HEX triplet: 2B, 34 and 48. RGB value is (43,52,72). Sum of RGB (Red+Green+Blue) = 43+52+72=167 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.75% from 167); Green value is 52 (20.70% from 255 or 31.14% from 167); Blue value is 72 (28.52% from 255 or 43.11% from 167); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3448 is #D4CBB7. Grayscale: #333333. Windows color (decimal): -13945784 or 4731947. OLE color: 4731947.

HSL color Cylindrical-coordinate representation of color #2B3448: hue angle of 221.38º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B3448 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB435272-
CMYK0.400.2800.72
HSL221.38º25.22%22.55%-
HSV(B)221.38º40.28%28.24%-
XYZ3.393.446.62-
YUV51.59139.52121.87-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.75%
GREEN value IS 52 (20.70% from 255) = 31.14%
BLUE value IS 72 (28.52% from 255) = 43.11%
R=25.75%
G=31.14%
B=43.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4352720.400.2800.72221.3825.2222.55
Hex2B3448281C048dd1917
Octal5364110503401103353127
Binary10101111010010010001010001110001001000110111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,52,72); }

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

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

 a { background-color: rgb(43,52,72); }

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

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

 span { border-color: rgb(43,52,72); }

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