#273290

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

Shades of Torea Bay #273290

Tints of Torea Bay #273290

Color information

#273290 (or 0x273290) is unknown color: approx Torea Bay. HEX triplet: 27, 32 and 90. RGB value is (39,50,144). Sum of RGB (Red+Green+Blue) = 39+50+144=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #273290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273290 is #D8CD6F. Grayscale: #393939. Windows color (decimal): -14208368 or 9450023. OLE color: 9450023.

HSL color Cylindrical-coordinate representation of color #273290: hue angle of 233.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #273290 is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3950144-
CMYK0.730.6500.44
HSL233.71º57.38%35.88%-
HSV(B)233.71º72.92%56.47%-
XYZ7.014.7326.93-
YUV57.43176.86114.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 144 (56.64% from 255) = 61.80%
R=16.74%
G=21.46%
B=61.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39501440.730.6500.44233.7157.3835.88
Hex273290494102Cea3924
Octal47622201111010543527144
Binary1001111100101001000010010011000001010110011101010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273290; }

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

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

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

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

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

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

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

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