#293176

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

Shades of Torea Bay #293176

Tints of Torea Bay #293176

Color information

#293176 (or 0x293176) is unknown color: approx Torea Bay. HEX triplet: 29, 31 and 76. RGB value is (41,49,118). Sum of RGB (Red+Green+Blue) = 41+49+118=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 118 (46.48% from 255 or 56.73% from 208); Max value from RGB is 118 - color contains mainly: blue. Hex color #293176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293176 is #D6CE89. Grayscale: #363636. Windows color (decimal): -14077578 or 7745833. OLE color: 7745833.

HSL color Cylindrical-coordinate representation of color #293176: hue angle of 233.77º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #293176 is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4149118-
CMYK0.650.5800.54
HSL233.77º48.43%31.18%-
HSV(B)233.77º65.25%46.27%-
XYZ5.283.9817.63-
YUV54.47163.85118.39-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 49 (19.53% from 255) = 23.56%
BLUE value IS 118 (46.48% from 255) = 56.73%
R=19.71%
G=23.56%
B=56.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal41491180.650.5800.54233.7748.4331.18
Hex293176413A036ea301f
Octal5161166101720663526037
Binary1010011100011110110100000111101001101101110101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293176; }

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

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

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

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

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

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

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

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