#293184

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

Shades of Torea Bay #293184

Tints of Torea Bay #293184

Color information

#293184 (or 0x293184) is unknown color: approx Torea Bay. HEX triplet: 29, 31 and 84. RGB value is (41,49,132). Sum of RGB (Red+Green+Blue) = 41+49+132=222 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.47% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #293184 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293184 is #D6CE7B. Grayscale: #373737. Windows color (decimal): -14077564 or 8663337. OLE color: 8663337.

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

Color convert

RGB4149132-
CMYK0.690.6300.48
HSL234.73º52.6%33.92%-
HSV(B)234.73º68.94%51.76%-
XYZ6.184.3322.34-
YUV56.07170.85117.25-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.47%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 132 (51.95% from 255) = 59.46%
R=18.47%
G=22.07%
B=59.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41491320.690.6300.48234.7352.633.92
Hex293184453F030eb3522
Octal5161204105770603536542
Binary101001110001100001001000101111111011000011101011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293184; }

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

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

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

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

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

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

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

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