#29338D

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

Shades of Torea Bay #29338D

Tints of Torea Bay #29338D

Color information

#29338D (or 0x29338D) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 8D. RGB value is (41,51,141). Sum of RGB (Red+Green+Blue) = 41+51+141=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 141 (55.47% from 255 or 60.52% from 233); Max value from RGB is 141 - color contains mainly: blue. Hex color #29338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29338D is #D6CC72. Grayscale: #393939. Windows color (decimal): -14077043 or 9253673. OLE color: 9253673.

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

Color convert

RGB4151141-
CMYK0.710.6400.45
HSL234º54.95%35.69%-
HSV(B)234º70.92%55.29%-
XYZ6.914.7625.75-
YUV58.27174.69115.68-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.60%
GREEN value IS 51 (20.31% from 255) = 21.89%
BLUE value IS 141 (55.47% from 255) = 60.52%
R=17.60%
G=21.89%
B=60.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal41511410.710.6400.4523454.9535.69
Hex29338D474002Dea3724
Octal51632151071000553526744
Binary1010011100111000110110001111000000010110111101010110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29338D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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