#2A3346

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

Shades of Bunting #2A3346

Tints of Bunting #2A3346

Color information

#2A3346 (or 0x2A3346) is unknown color: approx Bunting. HEX triplet: 2A, 33 and 46. RGB value is (42,51,70). Sum of RGB (Red+Green+Blue) = 42+51+70=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 70 - color contains mainly: blue. Hex color #2A3346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3346 is #D5CCB9. Grayscale: #323232. Windows color (decimal): -14011578 or 4600618. OLE color: 4600618.

HSL color Cylindrical-coordinate representation of color #2A3346: hue angle of 220.71º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A3346 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB425170-
CMYK0.400.2700.73
HSL220.71º25%21.96%-
HSV(B)220.71º40%27.45%-
XYZ3.243.36.26-
YUV50.47139.02121.96-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 25.77%
GREEN value IS 51 (20.31% from 255) = 31.29%
BLUE value IS 70 (27.73% from 255) = 42.94%
R=25.77%
G=31.29%
B=42.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4251700.400.2700.73220.712521.96
Hex2A3346281B049dd1916
Octal5263106503301113353126
Binary10101011001110001101010001101101001001110111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,51,70); }

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

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

 a { background-color: rgb(42,51,70); }

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

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

 span { border-color: rgb(42,51,70); }

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