#293181

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

Shades of Torea Bay #293181

Tints of Torea Bay #293181

Color information

#293181 (or 0x293181) is unknown color: approx Torea Bay. HEX triplet: 29, 31 and 81. RGB value is (41,49,129). Sum of RGB (Red+Green+Blue) = 41+49+129=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 129 (50.78% from 255 or 58.90% from 219); Max value from RGB is 129 - color contains mainly: blue. Hex color #293181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293181 is #D6CE7E. Grayscale: #373737. Windows color (decimal): -14077567 or 8466729. OLE color: 8466729.

HSL color Cylindrical-coordinate representation of color #293181: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #293181 is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4149129-
CMYK0.680.6200.49
HSL234.55º51.76%33.33%-
HSV(B)234.55º68.22%50.59%-
XYZ5.984.2521.27-
YUV55.73169.35117.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 49 (19.53% from 255) = 22.37%
BLUE value IS 129 (50.78% from 255) = 58.90%
R=18.72%
G=22.37%
B=58.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41491290.680.6200.49234.5551.7633.33
Hex293181443E031eb3421
Octal5161201104760613536441
Binary101001110001100000011000100111110011000111101011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293181; }

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

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

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

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

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

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

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

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