#292D82

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

Shades of Torea Bay #292D82

Tints of Torea Bay #292D82

Color information

#292D82 (or 0x292D82) is unknown color: approx Torea Bay. HEX triplet: 29, 2D and 82. RGB value is (41,45,130). Sum of RGB (Red+Green+Blue) = 41+45+130=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 130 (51.17% from 255 or 60.19% from 216); Max value from RGB is 130 - color contains mainly: blue. Hex color #292D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292D82 is #D6D27D. Grayscale: #353535. Windows color (decimal): -14078590 or 8531241. OLE color: 8531241.

HSL color Cylindrical-coordinate representation of color #292D82: hue angle of 237.3º 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 #292D82 is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4145130-
CMYK0.680.6500.49
HSL237.3º52.05%33.53%-
HSV(B)237.3º68.46%50.98%-
XYZ5.883.9621.57-
YUV53.49171.17119.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 45 (17.97% from 255) = 20.83%
BLUE value IS 130 (51.17% from 255) = 60.19%
R=18.98%
G=20.83%
B=60.19%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41451300.680.6500.49237.352.0533.53
Hex292D824441031ed3422
Octal51552021041010613556442
Binary1010011011011000001010001001000001011000111101101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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