#2F3546

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

Shades of Bunting #2F3546

Tints of Bunting #2F3546

Color information

#2F3546 (or 0x2F3546) is unknown color: approx Bunting. HEX triplet: 2F, 35 and 46. RGB value is (47,53,70). Sum of RGB (Red+Green+Blue) = 47+53+70=170 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.65% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 70 (27.73% from 255 or 41.18% from 170); Max value from RGB is 70 - color contains mainly: blue. Hex color #2F3546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3546 is #D0CAB9. Grayscale: #353535. Windows color (decimal): -13683386 or 4601135. OLE color: 4601135.

HSL color Cylindrical-coordinate representation of color #2F3546: hue angle of 224.35º degrees, saturation: 0.2, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2F3546 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB475370-
CMYK0.330.2400.73
HSL224.35º19.66%22.94%-
HSV(B)224.35º32.86%27.45%-
XYZ3.553.596.3-
YUV53.14137.51123.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.65%
GREEN value IS 53 (21.09% from 255) = 31.18%
BLUE value IS 70 (27.73% from 255) = 41.18%
R=27.65%
G=31.18%
B=41.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4753700.330.2400.73224.3519.6622.94
Hex2F35462118049e01417
Octal5765106413001113402427
Binary10111111010110001101000011100001001001111000001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,53,70); }

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

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

 a { background-color: rgb(47,53,70); }

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

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

 span { border-color: rgb(47,53,70); }

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