#293373

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

Shades of Torea Bay #293373

Tints of Torea Bay #293373

Color information

#293373 (or 0x293373) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 73. RGB value is (41,51,115). Sum of RGB (Red+Green+Blue) = 41+51+115=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #293373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293373 is #D6CC8C. Grayscale: #373737. Windows color (decimal): -14077069 or 7549737. OLE color: 7549737.

HSL color Cylindrical-coordinate representation of color #293373: hue angle of 231.89º 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 #293373 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4151115-
CMYK0.640.5600.55
HSL231.89º47.44%30.59%-
HSV(B)231.89º64.35%45.1%-
XYZ5.194.0816.73-
YUV55.31161.69117.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 51 (20.31% from 255) = 24.64%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=19.81%
G=24.64%
B=55.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41511150.640.5600.55231.8947.4430.59
Hex2933734038037e82f1f
Octal5163163100700673505737
Binary1010011100111110011100000011100001101111110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293373; }

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

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

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

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

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

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

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

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