#273280

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

Shades of Torea Bay #273280

Tints of Torea Bay #273280

Color information

#273280 (or 0x273280) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 80. RGB value is (39,50,128). Sum of RGB (Red+Green+Blue) = 39+50+128=217 (28% of max value = 765). Red value is 39 (15.62% from 255 or 17.97% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #273280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273280 is #D8CD7F. Grayscale: #373737. Windows color (decimal): -14208384 or 8401447. OLE color: 8401447.

HSL color Cylindrical-coordinate representation of color #273280: hue angle of 232.58º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #273280 is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3950128-
CMYK0.700.6100.50
HSL232.58º53.29%32.75%-
HSV(B)232.58º69.53%50.2%-
XYZ5.874.2720.94-
YUV55.6168.86116.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.97%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 128 (50.39% from 255) = 58.99%
R=17.97%
G=23.04%
B=58.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39501280.700.6100.50232.5853.2932.75
Hex273280463D032e93521
Octal4762200106750623516541
Binary100111110010100000001000110111101011001011101001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273280; }

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

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

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

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

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

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

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

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