#273250

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

Shades of Bunting #273250

Tints of Bunting #273250

Color information

#273250 (or 0x273250) is unknown color: approx Bunting. HEX triplet: 27, 32 and 50. RGB value is (39,50,80). Sum of RGB (Red+Green+Blue) = 39+50+80=169 (22% of max value = 765). Red value is 39 (15.62% from 255 or 23.08% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #273250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #273250 is #D8CDAF. Grayscale: #323232. Windows color (decimal): -14208432 or 5255719. OLE color: 5255719.

HSL color Cylindrical-coordinate representation of color #273250: hue angle of 223.9º 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 #273250 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB395080-
CMYK0.510.3700.69
HSL223.9º34.45%23.33%-
HSV(B)223.9º51.25%31.37%-
XYZ3.433.298.04-
YUV50.13144.86120.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 23.08%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 80 (31.64% from 255) = 47.34%
R=23.08%
G=29.59%
B=47.34%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3950800.510.3700.69223.934.4523.33
Hex2732503325045e02217
Octal4762120634501053404227
Binary1001111100101010000110011100101010001011110000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273250; }

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

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

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

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

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

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

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

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