#2B3550

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

Shades of Bunting #2B3550

Tints of Bunting #2B3550

Color information

#2B3550 (or 0x2B3550) is unknown color: approx Bunting. HEX triplet: 2B, 35 and 50. RGB value is (43,53,80). Sum of RGB (Red+Green+Blue) = 43+53+80=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 53 (21.09% from 255 or 30.11% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3550 is #D4CAAF. Grayscale: #343434. Windows color (decimal): -13945520 or 5256491. OLE color: 5256491.

HSL color Cylindrical-coordinate representation of color #2B3550: hue angle of 223.78º 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 #2B3550 is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB435380-
CMYK0.460.3400.69
HSL223.78º30.08%24.12%-
HSV(B)223.78º46.25%31.37%-
XYZ3.723.648.1-
YUV53.09143.19120.8-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.43%
GREEN value IS 53 (21.09% from 255) = 30.11%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=24.43%
G=30.11%
B=45.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4353800.460.3400.69223.7830.0824.12
Hex2B35502E22045e01e18
Octal5365120564201053403630
Binary101011110101101000010111010001001000101111000001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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