#273247

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

Shades of Bunting #273247

Tints of Bunting #273247

Color information

#273247 (or 0x273247) is unknown color: approx Bunting. HEX triplet: 27, 32 and 47. RGB value is (39,50,71). Sum of RGB (Red+Green+Blue) = 39+50+71=160 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.38% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 71 - color contains mainly: blue. Hex color #273247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273247 is #D8CDB8. Grayscale: #313131. Windows color (decimal): -14208441 or 4665895. OLE color: 4665895.

HSL color Cylindrical-coordinate representation of color #273247: hue angle of 219.38º 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 #273247 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB395071-
CMYK0.450.3000.72
HSL219.38º29.09%21.57%-
HSV(B)219.38º45.07%27.84%-
XYZ3.113.176.41-
YUV49.1140.36120.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.38%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=24.38%
G=31.25%
B=44.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3950710.450.3000.72219.3829.0921.57
Hex2732472D1E048db1d16
Octal4762107553601103333526
Binary10011111001010001111011011111001001000110110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273247; }

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

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

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

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

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

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

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

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