#292E7A

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

Shades of Torea Bay #292E7A

Tints of Torea Bay #292E7A

Color information

#292E7A (or 0x292E7A) is unknown color: approx Torea Bay. HEX triplet: 29, 2E and 7A. RGB value is (41,46,122). Sum of RGB (Red+Green+Blue) = 41+46+122=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 122 (48.05% from 255 or 58.37% from 209); Max value from RGB is 122 - color contains mainly: blue. Hex color #292E7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E7A is #D6D185. Grayscale: #343434. Windows color (decimal): -14078342 or 8007209. OLE color: 8007209.

HSL color Cylindrical-coordinate representation of color #292E7A: hue angle of 236.3º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #292E7A is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4146122-
CMYK0.660.6200.52
HSL236.3º49.69%31.96%-
HSV(B)236.3º66.39%47.84%-
XYZ5.43.8318.87-
YUV53.17166.84119.32-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.62%
GREEN value IS 46 (18.36% from 255) = 22.01%
BLUE value IS 122 (48.05% from 255) = 58.37%
R=19.62%
G=22.01%
B=58.37%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41461220.660.6200.52236.349.6931.96
Hex292E7A423E034ec3220
Octal5156172102760643546240
Binary10100110111011110101000010111110011010011101100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,46,122); }

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

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

 a { background-color: rgb(41,46,122); }

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

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

 span { border-color: rgb(41,46,122); }

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