#272F4A

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

Shades of Bunting #272F4A

Tints of Bunting #272F4A

Color information

#272F4A (or 0x272F4A) is unknown color: approx Bunting. HEX triplet: 27, 2F and 4A. RGB value is (39,47,74). Sum of RGB (Red+Green+Blue) = 39+47+74=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 47 (18.75% from 255 or 29.38% from 160); Blue value is 74 (29.30% from 255 or 46.25% from 160); Max value from RGB is 74 - color contains mainly: blue. Hex color #272F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272F4A is #D8D0B5. Grayscale: #2F2F2F. Windows color (decimal): -14209206 or 4861735. OLE color: 4861735.

HSL color Cylindrical-coordinate representation of color #272F4A: hue angle of 226.29º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #272F4A is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB394774-
CMYK0.470.3600.71
HSL226.29º30.97%22.16%-
HSV(B)226.29º47.3%29.02%-
XYZ3.092.966.89-
YUV47.69142.85121.8-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 47 (18.75% from 255) = 29.38%
BLUE value IS 74 (29.30% from 255) = 46.25%
R=24.38%
G=29.38%
B=46.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3947740.470.3600.71226.2930.9722.16
Hex272F4A2F24047e21f16
Octal4757112574401073423726
Binary100111101111100101010111110010001000111111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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