#293173

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

Shades of Torea Bay #293173

Tints of Torea Bay #293173

Color information

#293173 (or 0x293173) is unknown color: approx Torea Bay. HEX triplet: 29, 31 and 73. RGB value is (41,49,115). Sum of RGB (Red+Green+Blue) = 41+49+115=205 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #293173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293173 is #D6CE8C. Grayscale: #353535. Windows color (decimal): -14077581 or 7549225. OLE color: 7549225.

HSL color Cylindrical-coordinate representation of color #293173: hue angle of 233.51º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #293173 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4149115-
CMYK0.640.5700.55
HSL233.51º47.44%30.59%-
HSV(B)233.51º64.35%45.1%-
XYZ5.113.9116.7-
YUV54.13162.35118.63-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 115 (45.31% from 255) = 56.10%
R=20%
G=23.90%
B=56.10%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41491150.640.5700.55233.5147.4430.59
Hex2931734039037ea2f1f
Octal5161163100710673525737
Binary1010011100011110011100000011100101101111110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293173; }

 p { color: rgb(41,49,115); }

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

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

 a { background-color: rgb(41,49,115); }

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

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

 span { border-color: rgb(41,49,115); }

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