#29337F

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

Shades of Torea Bay #29337F

Tints of Torea Bay #29337F

Color information

#29337F (or 0x29337F) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 7F. RGB value is (41,51,127). Sum of RGB (Red+Green+Blue) = 41+51+127=219 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.72% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #29337F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29337F is #D6CC80. Grayscale: #383838. Windows color (decimal): -14077057 or 8336169. OLE color: 8336169.

HSL color Cylindrical-coordinate representation of color #29337F: hue angle of 233.02º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29337F is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4151127-
CMYK0.680.6000.50
HSL233.02º51.19%32.94%-
HSV(B)233.02º67.72%49.8%-
XYZ5.934.3720.61-
YUV56.67167.69116.82-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.72%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 127 (50% from 255) = 57.99%
R=18.72%
G=23.29%
B=57.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41511270.680.6000.50233.0251.1932.94
Hex29337F443C032e93321
Octal5163177104740623516341
Binary10100111001111111111000100111100011001011101001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29337F; }

 p { color: rgb(41,51,127); }

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

<style>
 a { background-color: #29337F; }

 a { background-color: rgb(41,51,127); }

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

<style>
 span { border-color: #29337F; }

 span { border-color: rgb(41,51,127); }

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