#29327C

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

Shades of Torea Bay #29327C

Tints of Torea Bay #29327C

Color information

#29327C (or 0x29327C) is unknown color: approx Torea Bay. HEX triplet: 29, 32 and 7C. RGB value is (41,50,124). Sum of RGB (Red+Green+Blue) = 41+50+124=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 124 (48.83% from 255 or 57.67% from 215); Max value from RGB is 124 - color contains mainly: blue. Hex color #29327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29327C is #D6CD83. Grayscale: #373737. Windows color (decimal): -14077316 or 8139305. OLE color: 8139305.

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

Color convert

RGB4150124-
CMYK0.670.6000.51
HSL233.49º50.3%32.35%-
HSV(B)233.49º66.94%48.63%-
XYZ5.694.2119.58-
YUV55.74166.52117.48-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 50 (19.92% from 255) = 23.26%
BLUE value IS 124 (48.83% from 255) = 57.67%
R=19.07%
G=23.26%
B=57.67%

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
Decimal41501240.670.6000.51233.4950.332.35
Hex29327C433C033e93220
Octal5162174103740633516240
Binary10100111001011111001000011111100011001111101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29327C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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