#29348A

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

Shades of Torea Bay #29348A

Tints of Torea Bay #29348A

Color information

#29348A (or 0x29348A) is unknown color: approx Torea Bay. HEX triplet: 29, 34 and 8A. RGB value is (41,52,138). Sum of RGB (Red+Green+Blue) = 41+52+138=231 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.75% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #29348A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29348A is #D6CB75. Grayscale: #3A3A3A. Windows color (decimal): -14076790 or 9057321. OLE color: 9057321.

HSL color Cylindrical-coordinate representation of color #29348A: hue angle of 233.2º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29348A is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4152138-
CMYK0.700.6200.46
HSL233.2º54.19%35.1%-
HSV(B)233.2º70.29%54.12%-
XYZ6.734.7624.61-
YUV58.52172.86115.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.75%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=17.75%
G=22.51%
B=59.74%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal41521380.700.6200.46233.254.1935.1
Hex29348A463E02Ee93623
Octal5164212106760563516643
Binary101001110100100010101000110111110010111011101001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29348A; }

 p { color: rgb(41,52,138); }

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

<style>
 a { background-color: #29348A; }

 a { background-color: rgb(41,52,138); }

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

<style>
 span { border-color: #29348A; }

 span { border-color: rgb(41,52,138); }

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