#292B7C

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

Shades of Torea Bay #292B7C

Tints of Torea Bay #292B7C

Color information

#292B7C (or 0x292B7C) is unknown color: approx Torea Bay. HEX triplet: 29, 2B and 7C. RGB value is (41,43,124). Sum of RGB (Red+Green+Blue) = 41+43+124=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #292B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292B7C is #D6D483. Grayscale: #333333. Windows color (decimal): -14079108 or 8137513. OLE color: 8137513.

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

Color convert

RGB4143124-
CMYK0.670.6500.51
HSL238.55º50.3%32.35%-
HSV(B)238.55º66.94%48.63%-
XYZ5.423.6519.49-
YUV51.64168.84120.41-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.71%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 124 (48.83% from 255) = 59.62%
R=19.71%
G=20.67%
B=59.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41431240.670.6500.51238.5550.332.35
Hex292B7C4341033ef3220
Octal51531741031010633576240
Binary101001101011111110010000111000001011001111101111110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #292B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,43,124); }

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

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

 a { background-color: rgb(41,43,124); }

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

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

 span { border-color: rgb(41,43,124); }

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