#293389

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

Shades of Torea Bay #293389

Tints of Torea Bay #293389

Color information

#293389 (or 0x293389) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 89. RGB value is (41,51,137). Sum of RGB (Red+Green+Blue) = 41+51+137=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 137 (53.91% from 255 or 59.83% from 229); Max value from RGB is 137 - color contains mainly: blue. Hex color #293389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293389 is #D6CC76. Grayscale: #393939. Windows color (decimal): -14077047 or 8991529. OLE color: 8991529.

HSL color Cylindrical-coordinate representation of color #293389: hue angle of 233.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #293389 is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4151137-
CMYK0.700.6300.46
HSL233.75º53.93%34.9%-
HSV(B)233.75º70.07%53.73%-
XYZ6.614.6524.21-
YUV57.81172.69116.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.90%
GREEN value IS 51 (20.31% from 255) = 22.27%
BLUE value IS 137 (53.91% from 255) = 59.83%
R=17.90%
G=22.27%
B=59.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41511370.700.6300.46233.7553.9334.9
Hex293389463F02Eea3623
Octal5163211106770563526643
Binary101001110011100010011000110111111010111011101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293389; }

 p { color: rgb(41,51,137); }

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

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

 a { background-color: rgb(41,51,137); }

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

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

 span { border-color: rgb(41,51,137); }

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