#273080

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

Shades of Torea Bay #273080

Tints of Torea Bay #273080

Color information

#273080 (or 0x273080) is unknown color: approx Torea Bay. HEX triplet: 27, 30 and 80. RGB value is (39,48,128). Sum of RGB (Red+Green+Blue) = 39+48+128=215 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.14% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #273080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273080 is #D8CF7F. Grayscale: #363636. Windows color (decimal): -14208896 or 8400935. OLE color: 8400935.

HSL color Cylindrical-coordinate representation of color #273080: hue angle of 233.93º 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 #273080 is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3948128-
CMYK0.700.6200.50
HSL233.93º53.29%32.75%-
HSV(B)233.93º69.53%50.2%-
XYZ5.794.120.91-
YUV54.43169.52117-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 18.14%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 128 (50.39% from 255) = 59.53%
R=18.14%
G=22.33%
B=59.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal39481280.700.6200.50233.9353.2932.75
Hex273080463E032ea3521
Octal4760200106760623526541
Binary100111110000100000001000110111110011001011101010110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273080; }

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

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

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

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

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

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

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

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