#293585

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

Shades of Torea Bay #293585

Tints of Torea Bay #293585

Color information

#293585 (or 0x293585) is unknown color: approx Torea Bay. HEX triplet: 29, 35 and 85. RGB value is (41,53,133). Sum of RGB (Red+Green+Blue) = 41+53+133=227 (30% of max value = 765). Red value is 41 (16.41% from 255 or 18.06% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 133 (52.34% from 255 or 58.59% from 227); Max value from RGB is 133 - color contains mainly: blue. Hex color #293585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293585 is #D6CA7A. Grayscale: #3A3A3A. Windows color (decimal): -14076539 or 8729897. OLE color: 8729897.

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

Color convert

RGB4153133-
CMYK0.690.6000.48
HSL232.17º52.87%34.12%-
HSV(B)232.17º69.17%52.16%-
XYZ6.424.7122.76-
YUV58.53170.02115.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.06%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 133 (52.34% from 255) = 58.59%
R=18.06%
G=23.35%
B=58.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41531330.690.6000.48232.1752.8734.12
Hex293585453C030e83522
Octal5165205105740603506542
Binary101001110101100001011000101111100011000011101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293585; }

 p { color: rgb(41,53,133); }

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

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

 a { background-color: rgb(41,53,133); }

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

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

 span { border-color: rgb(41,53,133); }

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