#29307F

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

Shades of Torea Bay #29307F

Tints of Torea Bay #29307F

Color information

#29307F (or 0x29307F) is unknown color: approx Torea Bay. HEX triplet: 29, 30 and 7F. RGB value is (41,48,127). Sum of RGB (Red+Green+Blue) = 41+48+127=216 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.98% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #29307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29307F is #D6CF80. Grayscale: #363636. Windows color (decimal): -14077825 or 8335401. OLE color: 8335401.

HSL color Cylindrical-coordinate representation of color #29307F: hue angle of 235.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #29307F is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4148127-
CMYK0.680.6200.50
HSL235.12º51.19%32.94%-
HSV(B)235.12º67.72%49.8%-
XYZ5.84.1220.57-
YUV54.91168.68118.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 18.98%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 127 (50% from 255) = 58.80%
R=18.98%
G=22.22%
B=58.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41481270.680.6200.50235.1251.1932.94
Hex29307F443E032eb3321
Octal5160177104760623536341
Binary10100111000011111111000100111110011001011101011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29307F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29307F; }

 p { color: rgb(41,48,127); }

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

<style>
 a { background-color: #29307F; }

 a { background-color: rgb(41,48,127); }

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

<style>
 span { border-color: #29307F; }

 span { border-color: rgb(41,48,127); }

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