#293284

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

Shades of Torea Bay #293284

Tints of Torea Bay #293284

Color information

#293284 (or 0x293284) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 84. RGB value is (41,50,132). Sum of RGB (Red+Green+Blue) = 41+50+132=223 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.39% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #293284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293284 is #D6CD7B. Grayscale: #383838. Windows color (decimal): -14077308 or 8663593. OLE color: 8663593.

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

Color convert

RGB4150132-
CMYK0.690.6200.48
HSL234.07º52.6%33.92%-
HSV(B)234.07º68.94%51.76%-
XYZ6.224.4222.35-
YUV56.66170.52116.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.39%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=18.39%
G=22.42%
B=59.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41501320.690.6200.48234.0752.633.92
Hex293284453E030ea3522
Octal5162204105760603526542
Binary101001110010100001001000101111110011000011101010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293284; }

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

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

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

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

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

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

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

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