#2F374E

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

Shades of Bunting #2F374E

Tints of Bunting #2F374E

Color information

#2F374E (or 0x2F374E) is unknown color: approx Bunting. HEX triplet: 2F, 37 and 4E. RGB value is (47,55,78). Sum of RGB (Red+Green+Blue) = 47+55+78=180 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.11% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #2F374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F374E is #D0C8B1. Grayscale: #373737. Windows color (decimal): -13682866 or 5125935. OLE color: 5125935.

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

Color convert

RGB475578-
CMYK0.400.2900.69
HSL224.52º24.8%24.51%-
HSV(B)224.52º39.74%30.59%-
XYZ3.913.897.75-
YUV55.23140.85122.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 26.11%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=26.11%
G=30.56%
B=43.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4755780.400.2900.69224.5224.824.51
Hex2F374E281D045e11919
Octal5767116503501053413131
Binary10111111011110011101010001110101000101111000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F374E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,55,78); }

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

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

 a { background-color: rgb(47,55,78); }

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

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

 span { border-color: rgb(47,55,78); }

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