#273490

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

Shades of Torea Bay #273490

Tints of Torea Bay #273490

Color information

#273490 (or 0x273490) is unknown color: approx Torea Bay. HEX triplet: 27, 34 and 90. RGB value is (39,52,144). Sum of RGB (Red+Green+Blue) = 39+52+144=235 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.60% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #273490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273490 is #D8CB6F. Grayscale: #3A3A3A. Windows color (decimal): -14207856 or 9450535. OLE color: 9450535.

HSL color Cylindrical-coordinate representation of color #273490: hue angle of 232.57º 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 #273490 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3952144-
CMYK0.730.6400.44
HSL232.57º57.38%35.88%-
HSV(B)232.57º72.92%56.47%-
XYZ7.14.926.96-
YUV58.6176.19114.02-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.60%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=16.60%
G=22.13%
B=61.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39521440.730.6400.44232.5757.3835.88
Hex273490494002Ce93924
Octal47642201111000543517144
Binary1001111101001001000010010011000000010110011101001111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273490; }

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

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

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

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

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

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

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

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