#293182

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

Shades of Torea Bay #293182

Tints of Torea Bay #293182

Color information

#293182 (or 0x293182) is unknown color: approx Torea Bay. HEX triplet: 29, 31 and 82. RGB value is (41,49,130). Sum of RGB (Red+Green+Blue) = 41+49+130=220 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.64% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 130 (51.17% from 255 or 59.09% from 220); Max value from RGB is 130 - color contains mainly: blue. Hex color #293182 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293182 is #D6CE7D. Grayscale: #373737. Windows color (decimal): -14077566 or 8532265. OLE color: 8532265.

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

Color convert

RGB4149130-
CMYK0.680.6200.49
HSL234.61º52.05%33.53%-
HSV(B)234.61º68.46%50.98%-
XYZ6.044.2821.63-
YUV55.84169.85117.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.64%
GREEN value IS 49 (19.53% from 255) = 22.27%
BLUE value IS 130 (51.17% from 255) = 59.09%
R=18.64%
G=22.27%
B=59.09%

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
Decimal41491300.680.6200.49234.6152.0533.53
Hex293182443E031eb3422
Octal5161202104760613536442
Binary101001110001100000101000100111110011000111101011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293182; }

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

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

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

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

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

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

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

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