#2B3348

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

Shades of Bunting #2B3348

Tints of Bunting #2B3348

Color information

#2B3348 (or 0x2B3348) is unknown color: approx Bunting. HEX triplet: 2B, 33 and 48. RGB value is (43,51,72). Sum of RGB (Red+Green+Blue) = 43+51+72=166 (21% of max value = 765). Red value is 43 (17.19% from 255 or 25.90% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 72 (28.52% from 255 or 43.37% from 166); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B3348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3348 is #D4CCB7. Grayscale: #323232. Windows color (decimal): -13946040 or 4731691. OLE color: 4731691.

HSL color Cylindrical-coordinate representation of color #2B3348: hue angle of 223.45º 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 #2B3348 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB435172-
CMYK0.400.2900.72
HSL223.45º25.22%22.55%-
HSV(B)223.45º40.28%28.24%-
XYZ3.353.356.6-
YUV51139.85122.29-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.90%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 72 (28.52% from 255) = 43.37%
R=25.90%
G=30.72%
B=43.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4351720.400.2900.72223.4525.2222.55
Hex2B3348281D048df1917
Octal5363110503501103373127
Binary10101111001110010001010001110101001000110111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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