#272F47

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

Shades of Bunting #272F47

Tints of Bunting #272F47

Color information

#272F47 (or 0x272F47) is unknown color: approx Bunting. HEX triplet: 27, 2F and 47. RGB value is (39,47,71). Sum of RGB (Red+Green+Blue) = 39+47+71=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 71 (28.12% from 255 or 45.22% from 157); Max value from RGB is 71 - color contains mainly: blue. Hex color #272F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F47 is #D8D0B8. Grayscale: #2F2F2F. Windows color (decimal): -14209209 or 4665127. OLE color: 4665127.

HSL color Cylindrical-coordinate representation of color #272F47: hue angle of 225º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #272F47 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB394771-
CMYK0.450.3400.72
HSL225º29.09%21.57%-
HSV(B)225º45.07%27.84%-
XYZ2.992.926.37-
YUV47.34141.35122.05-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 71 (28.12% from 255) = 45.22%
R=24.84%
G=29.94%
B=45.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3947710.450.3400.7222529.0921.57
Hex272F472D22048e11d16
Octal4757107554201103413526
Binary100111101111100011110110110001001001000111000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272F47; }

 p { color: rgb(39,47,71); }

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

<style>
 a { background-color: #272F47; }

 a { background-color: rgb(39,47,71); }

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

<style>
 span { border-color: #272F47; }

 span { border-color: rgb(39,47,71); }

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