#29337B

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

Shades of Torea Bay #29337B

Tints of Torea Bay #29337B

Color information

#29337B (or 0x29337B) is unknown color: approx Torea Bay. HEX triplet: 29, 33 and 7B. RGB value is (41,51,123). Sum of RGB (Red+Green+Blue) = 41+51+123=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 123 (48.44% from 255 or 57.21% from 215); Max value from RGB is 123 - color contains mainly: blue. Hex color #29337B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29337B is #D6CC84. Grayscale: #373737. Windows color (decimal): -14077061 or 8074025. OLE color: 8074025.

HSL color Cylindrical-coordinate representation of color #29337B: hue angle of 232.68º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29337B is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4151123-
CMYK0.670.5900.52
HSL232.68º50%32.16%-
HSV(B)232.68º66.67%48.24%-
XYZ5.674.2719.26-
YUV56.22165.69117.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 51 (20.31% from 255) = 23.72%
BLUE value IS 123 (48.44% from 255) = 57.21%
R=19.07%
G=23.72%
B=57.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41511230.670.5900.52232.685032.16
Hex29337B433B034e93220
Octal5163173103730643516240
Binary10100111001111110111000011111011011010011101001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29337B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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