#292c86

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

Shades of Torea Bay #292C86

Tints of Torea Bay #292C86

Color information

#292C86 (or 0x292C86) is unknown color: approx Torea Bay. HEX triplet: 29, 2C and 86. RGB value is (41,44,134). Sum of RGB (Red+Green+Blue) = 41+44+134=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 134 (52.73% from 255 or 61.19% from 219); Max value from RGB is 134 - color contains mainly: blue. Hex color #292C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C86 is #D6D379. Grayscale: #353535. Windows color (decimal): -14078842 or 8793129. OLE color: 8793129.

HSL color Cylindrical-coordinate representation of color #292C86: hue angle of 238.06º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #292C86 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4144134-
CMYK0.690.6700.47
HSL238.06º53.14%34.31%-
HSV(B)238.06º69.4%52.55%-
XYZ6.123.9923-
YUV53.36173.51119.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 44 (17.58% from 255) = 20.09%
BLUE value IS 134 (52.73% from 255) = 61.19%
R=18.72%
G=20.09%
B=61.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal41441340.690.6700.47238.0653.1434.31
Hex292C86454302Fee3522
Octal51542061051030573566542
Binary1010011011001000011010001011000011010111111101110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292c86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #292c86; }

 p { color: rgb(41,44,134); }

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

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

 a { background-color: rgb(41,44,134); }

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

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

 span { border-color: rgb(41,44,134); }

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