#292A81

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

Shades of Torea Bay #292A81

Tints of Torea Bay #292A81

Color information

#292A81 (or 0x292A81) is unknown color: approx Torea Bay. HEX triplet: 29, 2A and 81. RGB value is (41,42,129). Sum of RGB (Red+Green+Blue) = 41+42+129=212 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.34% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #292A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292A81 is #D6D57E. Grayscale: #333333. Windows color (decimal): -14079359 or 8464937. OLE color: 8464937.

HSL color Cylindrical-coordinate representation of color #292A81: hue angle of 239.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #292A81 is Cyan = 0.68, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4142129-
CMYK0.680.6700.49
HSL239.32º51.76%33.33%-
HSV(B)239.32º68.22%50.59%-
XYZ5.73.7121.18-
YUV51.62171.67120.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.34%
GREEN value IS 42 (16.80% from 255) = 19.81%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=19.34%
G=19.81%
B=60.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41421290.680.6700.49239.3251.7633.33
Hex292A814443031ef3421
Octal51522011041030613576441
Binary1010011010101000000110001001000011011000111101111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,42,129); }

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

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

 a { background-color: rgb(41,42,129); }

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

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

 span { border-color: rgb(41,42,129); }

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