#29338B

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

Shades of Torea Bay #29338B

Tints of Torea Bay #29338B

Color information

#29338B (or 0x29338B) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 8B. RGB value is (41,51,139). Sum of RGB (Red+Green+Blue) = 41+51+139=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #29338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29338B is #D6CC74. Grayscale: #393939. Windows color (decimal): -14077045 or 9122601. OLE color: 9122601.

HSL color Cylindrical-coordinate representation of color #29338B: hue angle of 233.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29338B is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4151139-
CMYK0.710.6300.45
HSL233.88º54.44%35.29%-
HSV(B)233.88º70.5%54.51%-
XYZ6.764.724.98-
YUV58.04173.69115.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 51 (20.31% from 255) = 22.08%
BLUE value IS 139 (54.69% from 255) = 60.17%
R=17.75%
G=22.08%
B=60.17%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41511390.710.6300.45233.8854.4435.29
Hex29338B473F02Dea3623
Octal5163213107770553526643
Binary101001110011100010111000111111111010110111101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29338B; }

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

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

<style>
 a { background-color: #29338B; }

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

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

<style>
 span { border-color: #29338B; }

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

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