#292C84

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

Shades of Torea Bay #292C84

Tints of Torea Bay #292C84

Color information

#292C84 (or 0x292C84) is unknown color: approx Torea Bay. HEX triplet: 29, 2C and 84. RGB value is (41,44,132). Sum of RGB (Red+Green+Blue) = 41+44+132=217 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.89% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #292C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C84 is #D6D37B. Grayscale: #343434. Windows color (decimal): -14078844 or 8662057. OLE color: 8662057.

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

Color convert

RGB4144132-
CMYK0.690.6700.48
HSL238.02º52.6%33.92%-
HSV(B)238.02º68.94%51.76%-
XYZ5.983.9422.27-
YUV53.14172.51119.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.89%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 132 (51.95% from 255) = 60.83%
R=18.89%
G=20.28%
B=60.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41441320.690.6700.48238.0252.633.92
Hex292C844543030ee3522
Octal51542041051030603566542
Binary1010011011001000010010001011000011011000011101110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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