#293485

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

Shades of Torea Bay #293485

Tints of Torea Bay #293485

Color information

#293485 (or 0x293485) is unknown color: approx Torea Bay. HEX triplet: 29, 34 and 85. RGB value is (41,52,133). Sum of RGB (Red+Green+Blue) = 41+52+133=226 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.14% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #293485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293485 is #D6CB7A. Grayscale: #393939. Windows color (decimal): -14076795 or 8729641. OLE color: 8729641.

HSL color Cylindrical-coordinate representation of color #293485: hue angle of 232.83º 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 #293485 is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4152133-
CMYK0.690.6100.48
HSL232.83º52.87%34.12%-
HSV(B)232.83º69.17%52.16%-
XYZ6.384.6222.75-
YUV57.94170.36115.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.14%
GREEN value IS 52 (20.70% from 255) = 23.01%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=18.14%
G=23.01%
B=58.85%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41521330.690.6100.48232.8352.8734.12
Hex293485453D030e93522
Octal5164205105750603516542
Binary101001110100100001011000101111101011000011101001110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293485; }

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

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

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

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

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

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

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

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