#272E48

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

Shades of Bunting #272E48

Tints of Bunting #272E48

Color information

#272E48 (or 0x272E48) is unknown color: approx Bunting. HEX triplet: 27, 2E and 48. RGB value is (39,46,72). Sum of RGB (Red+Green+Blue) = 39+46+72=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 46 (18.36% from 255 or 29.30% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #272E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272E48 is #D8D1B7. Grayscale: #2E2E2E. Windows color (decimal): -14209464 or 4730407. OLE color: 4730407.

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

Color convert

RGB394672-
CMYK0.460.3600.72
HSL227.27º29.73%21.76%-
HSV(B)227.27º45.83%28.24%-
XYZ2.982.856.52-
YUV46.87142.18122.39-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 46 (18.36% from 255) = 29.30%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=24.84%
G=29.30%
B=45.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3946720.460.3600.72227.2729.7321.76
Hex272E482E24048e31e16
Octal4756110564401103433626
Binary100111101110100100010111010010001001000111000111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,46,72); }

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

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

 a { background-color: rgb(39,46,72); }

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

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

 span { border-color: rgb(39,46,72); }

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