#29317C

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

Shades of Torea Bay #29317C

Tints of Torea Bay #29317C

Color information

#29317C (or 0x29317C) is unknown color: approx Torea Bay. HEX triplet: 29, 31 and 7C. RGB value is (41,49,124). Sum of RGB (Red+Green+Blue) = 41+49+124=214 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.16% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #29317C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29317C is #D6CE83. Grayscale: #363636. Windows color (decimal): -14077572 or 8139049. OLE color: 8139049.

HSL color Cylindrical-coordinate representation of color #29317C: hue angle of 234.22º 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 #29317C is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4149124-
CMYK0.670.6000.51
HSL234.22º50.3%32.35%-
HSV(B)234.22º66.94%48.63%-
XYZ5.654.1219.57-
YUV55.16166.85117.9-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.16%
GREEN value IS 49 (19.53% from 255) = 22.90%
BLUE value IS 124 (48.83% from 255) = 57.94%
R=19.16%
G=22.90%
B=57.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41491240.670.6000.51234.2250.332.35
Hex29317C433C033ea3220
Octal5161174103740633526240
Binary10100111000111111001000011111100011001111101010110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29317C; }

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

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

<style>
 a { background-color: #29317C; }

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

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

<style>
 span { border-color: #29317C; }

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

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