#29347B

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

Shades of Torea Bay #29347B

Tints of Torea Bay #29347B

Color information

#29347B (or 0x29347B) is unknown color: approx Torea Bay. HEX triplet: 29, 34 and 7B. RGB value is (41,52,123). Sum of RGB (Red+Green+Blue) = 41+52+123=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 123 (48.44% from 255 or 56.94% from 216); Max value from RGB is 123 - color contains mainly: blue. Hex color #29347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29347B is #D6CB84. Grayscale: #383838. Windows color (decimal): -14076805 or 8074281. OLE color: 8074281.

HSL color Cylindrical-coordinate representation of color #29347B: hue angle of 231.95º 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 #29347B is Cyan = 0.67, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4152123-
CMYK0.670.5800.52
HSL231.95º50%32.16%-
HSV(B)231.95º66.67%48.24%-
XYZ5.724.3619.28-
YUV56.8165.36116.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 123 (48.44% from 255) = 56.94%
R=18.98%
G=24.07%
B=56.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41521230.670.5800.52231.955032.16
Hex29347B433A034e83220
Octal5164173103720643506240
Binary10100111010011110111000011111010011010011101000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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