#2B3450

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

Shades of Bunting #2B3450

Tints of Bunting #2B3450

Color information

#2B3450 (or 0x2B3450) is unknown color: approx Bunting. HEX triplet: 2B, 34 and 50. RGB value is (43,52,80). Sum of RGB (Red+Green+Blue) = 43+52+80=175 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.57% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 80 (31.64% from 255 or 45.71% from 175); Max value from RGB is 80 - color contains mainly: blue. Hex color #2B3450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B3450 is #D4CBAF. Grayscale: #343434. Windows color (decimal): -13945776 or 5256235. OLE color: 5256235.

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

Color convert

RGB435280-
CMYK0.460.3500.69
HSL225.41º30.08%24.12%-
HSV(B)225.41º46.25%31.37%-
XYZ3.673.558.08-
YUV52.5143.52121.22-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.57%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 80 (31.64% from 255) = 45.71%
R=24.57%
G=29.71%
B=45.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4352800.460.3500.69225.4130.0824.12
Hex2B34502E23045e11e18
Octal5364120564301053413630
Binary101011110100101000010111010001101000101111000011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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