#29637F

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

Shades of Orient #29637F

Tints of Orient #29637F

Color information

#29637F (or 0x29637F) is unknown color: approx Orient. HEX triplet: 29, 63 and 7F. RGB value is (41,99,127). Sum of RGB (Red+Green+Blue) = 41+99+127=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #29637F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29637F is #D69C80. Grayscale: #545454. Windows color (decimal): -14064769 or 8348457. OLE color: 8348457.

HSL color Cylindrical-coordinate representation of color #29637F: hue angle of 199.53º 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 #29637F is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4199127-
CMYK0.680.2200.50
HSL199.53º51.19%32.94%-
HSV(B)199.53º67.72%49.8%-
XYZ9.2110.9321.7-
YUV84.85151.7896.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.36%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 127 (50% from 255) = 47.57%
R=15.36%
G=37.08%
B=47.57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41991270.680.2200.50199.5351.1932.94
Hex29637F4416032c83321
Octal51143177104260623106341
Binary10100111000111111111100010010110011001011001000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29637F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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