#293486

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

Shades of Torea Bay #293486

Tints of Torea Bay #293486

Color information

#293486 (or 0x293486) is unknown color: approx Torea Bay. HEX triplet: 29, 34 and 86. RGB value is (41,52,134). Sum of RGB (Red+Green+Blue) = 41+52+134=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #293486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293486 is #D6CB79. Grayscale: #393939. Windows color (decimal): -14076794 or 8795177. OLE color: 8795177.

HSL color Cylindrical-coordinate representation of color #293486: hue angle of 232.9º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #293486 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4152134-
CMYK0.690.6100.47
HSL232.9º53.14%34.31%-
HSV(B)232.9º69.4%52.55%-
XYZ6.454.6523.11-
YUV58.06170.86115.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 134 (52.73% from 255) = 59.03%
R=18.06%
G=22.91%
B=59.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41521340.690.6100.47232.953.1434.31
Hex293486453D02Fe93522
Octal5164206105750573516542
Binary101001110100100001101000101111101010111111101001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293486; }

 p { color: rgb(41,52,134); }

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

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

 a { background-color: rgb(41,52,134); }

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

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

 span { border-color: rgb(41,52,134); }

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