#2B324D

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

Shades of Bunting #2B324D

Tints of Bunting #2B324D

Color information

#2B324D (or 0x2B324D) is unknown color: approx Bunting. HEX triplet: 2B, 32 and 4D. RGB value is (43,50,77). Sum of RGB (Red+Green+Blue) = 43+50+77=170 (22% of max value = 765). Red value is 43 (17.19% from 255 or 25.29% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #2B324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B324D is #D4CDB2. Grayscale: #323232. Windows color (decimal): -13946291 or 5059115. OLE color: 5059115.

HSL color Cylindrical-coordinate representation of color #2B324D: hue angle of 227.65º degrees, saturation: 0.28, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2B324D is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB435077-
CMYK0.440.3500.70
HSL227.65º28.33%23.53%-
HSV(B)227.65º44.16%30.2%-
XYZ3.483.337.48-
YUV50.98142.68122.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 25.29%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=25.29%
G=29.41%
B=45.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4350770.440.3500.70227.6528.3323.53
Hex2B324D2C23046e41c18
Octal5362115544301063443430
Binary101011110010100110110110010001101000110111001001110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,77); }

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

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

 a { background-color: rgb(43,50,77); }

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

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

 span { border-color: rgb(43,50,77); }

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