#29347A

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

Shades of Torea Bay #29347A

Tints of Torea Bay #29347A

Color information

#29347A (or 0x29347A) is unknown color: approx Torea Bay. HEX triplet: 29, 34 and 7A. RGB value is (41,52,122). Sum of RGB (Red+Green+Blue) = 41+52+122=215 (28% of max value = 765). Red value is 41 (16.41% from 255 or 19.07% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 122 (48.05% from 255 or 56.74% from 215); Max value from RGB is 122 - color contains mainly: blue. Hex color #29347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29347A is #D6CB85. Grayscale: #383838. Windows color (decimal): -14076806 or 8008745. OLE color: 8008745.

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

Color convert

RGB4152122-
CMYK0.660.5700.52
HSL231.85º49.69%31.96%-
HSV(B)231.85º66.39%47.84%-
XYZ5.664.3318.95-
YUV56.69164.86116.81-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.07%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 122 (48.05% from 255) = 56.74%
R=19.07%
G=24.19%
B=56.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41521220.660.5700.52231.8549.6931.96
Hex29347A4239034e83220
Octal5164172102710643506240
Binary10100111010011110101000010111001011010011101000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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