#2b3350

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

Shades of Bunting #2B3350

Tints of Bunting #2B3350

Color information

#2B3350 (or 0x2B3350) is unknown color: approx Bunting. HEX triplet: 2B, 33 and 50. RGB value is (43,51,80). Sum of RGB (Red+Green+Blue) = 43+51+80=174 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.71% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3350 is #D4CCAF. Grayscale: #333333. Windows color (decimal): -13946032 or 5255979. OLE color: 5255979.

HSL color Cylindrical-coordinate representation of color #2B3350: hue angle of 227.03º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #2B3350 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB435180-
CMYK0.460.3600.69
HSL227.03º30.08%24.12%-
HSV(B)227.03º46.25%31.37%-
XYZ3.633.468.07-
YUV51.91143.85121.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.71%
GREEN value IS 51 (20.31% from 255) = 29.31%
BLUE value IS 80 (31.64% from 255) = 45.98%
R=24.71%
G=29.31%
B=45.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4351800.460.3600.69227.0330.0824.12
Hex2B33502E24045e31e18
Octal5363120564401053433630
Binary101011110011101000010111010010001000101111000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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