#273246

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

Shades of Bunting #273246

Tints of Bunting #273246

Color information

#273246 (or 0x273246) is unknown color: approx Bunting. HEX triplet: 27, 32 and 46. RGB value is (39,50,70). Sum of RGB (Red+Green+Blue) = 39+50+70=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 70 - color contains mainly: blue. Hex color #273246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273246 is #D8CDB9. Grayscale: #303030. Windows color (decimal): -14208442 or 4600359. OLE color: 4600359.

HSL color Cylindrical-coordinate representation of color #273246: hue angle of 218.71º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #273246 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB395070-
CMYK0.440.2900.73
HSL218.71º28.44%21.37%-
HSV(B)218.71º44.29%27.45%-
XYZ3.083.156.24-
YUV48.99139.86120.87-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.53%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 70 (27.73% from 255) = 44.03%
R=24.53%
G=31.45%
B=44.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3950700.440.2900.73218.7128.4421.37
Hex2732462C1D049db1c15
Octal4762106543501113333425
Binary10011111001010001101011001110101001001110110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273246; }

 p { color: rgb(39,50,70); }

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

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

 a { background-color: rgb(39,50,70); }

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

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

 span { border-color: rgb(39,50,70); }

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