#292D85

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

Shades of Torea Bay #292D85

Tints of Torea Bay #292D85

Color information

#292D85 (or 0x292D85) is unknown color: approx Torea Bay. HEX triplet: 29, 2D and 85. RGB value is (41,45,133). Sum of RGB (Red+Green+Blue) = 41+45+133=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #292D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D85 is #D6D27A. Grayscale: #353535. Windows color (decimal): -14078587 or 8727849. OLE color: 8727849.

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

Color convert

RGB4145133-
CMYK0.690.6600.48
HSL237.39º52.87%34.12%-
HSV(B)237.39º69.17%52.16%-
XYZ6.094.0422.65-
YUV53.84172.67118.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=18.72%
G=20.55%
B=60.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41451330.690.6600.48237.3952.8734.12
Hex292D854542030ed3522
Octal51552051051020603556542
Binary1010011011011000010110001011000010011000011101101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,45,133); }

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

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

 a { background-color: rgb(41,45,133); }

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

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

 span { border-color: rgb(41,45,133); }

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