#293372

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

Shades of Torea Bay #293372

Tints of Torea Bay #293372

Color information

#293372 (or 0x293372) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 72. RGB value is (41,51,114). Sum of RGB (Red+Green+Blue) = 41+51+114=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #293372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293372 is #D6CC8D. Grayscale: #363636. Windows color (decimal): -14077070 or 7484201. OLE color: 7484201.

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

Color convert

RGB4151114-
CMYK0.640.5500.55
HSL231.78º47.1%30.39%-
HSV(B)231.78º64.04%44.71%-
XYZ5.144.0516.43-
YUV55.19161.19117.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 51 (20.31% from 255) = 24.76%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=19.90%
G=24.76%
B=55.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41511140.640.5500.55231.7847.130.39
Hex2933724037037e82f1e
Octal5163162100670673505736
Binary1010011100111110010100000011011101101111110100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293372; }

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

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

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

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

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

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

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

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