#292C82

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

Shades of Torea Bay #292C82

Tints of Torea Bay #292C82

Color information

#292C82 (or 0x292C82) is unknown color: approx Torea Bay. HEX triplet: 29, 2C and 82. RGB value is (41,44,130). Sum of RGB (Red+Green+Blue) = 41+44+130=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 130 (51.17% from 255 or 60.47% from 215); Max value from RGB is 130 - color contains mainly: blue. Hex color #292C82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292C82 is #D6D37D. Grayscale: #343434. Windows color (decimal): -14078846 or 8530985. OLE color: 8530985.

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

Color convert

RGB4144130-
CMYK0.680.6600.49
HSL237.98º52.05%33.53%-
HSV(B)237.98º68.46%50.98%-
XYZ5.843.8821.56-
YUV52.91171.51119.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 130 (51.17% from 255) = 60.47%
R=19.07%
G=20.47%
B=60.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41441300.680.6600.49237.9852.0533.53
Hex292C824442031ee3422
Octal51542021041020613566442
Binary1010011011001000001010001001000010011000111101110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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