#273150

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

Shades of Bunting #273150

Tints of Bunting #273150

Color information

#273150 (or 0x273150) is unknown color: approx Bunting. HEX triplet: 27, 31 and 50. RGB value is (39,49,80). Sum of RGB (Red+Green+Blue) = 39+49+80=168 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.21% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 80 (31.64% from 255 or 47.62% from 168); Max value from RGB is 80 - color contains mainly: blue. Hex color #273150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273150 is #D8CEAF. Grayscale: #313131. Windows color (decimal): -14208688 or 5255463. OLE color: 5255463.

HSL color Cylindrical-coordinate representation of color #273150: hue angle of 225.37º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #273150 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB394980-
CMYK0.510.3900.69
HSL225.37º34.45%23.33%-
HSV(B)225.37º51.25%31.37%-
XYZ3.383.218.03-
YUV49.54145.19120.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.21%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 80 (31.64% from 255) = 47.62%
R=23.21%
G=29.17%
B=47.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3949800.510.3900.69225.3734.4523.33
Hex2731503327045e12217
Octal4761120634701053414227
Binary1001111100011010000110011100111010001011110000110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273150; }

 p { color: rgb(39,49,80); }

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

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

 a { background-color: rgb(39,49,80); }

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

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

 span { border-color: rgb(39,49,80); }

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