#29647F

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

Shades of Orient #29647F

Tints of Orient #29647F

Color information

#29647F (or 0x29647F) is unknown color: approx Orient. HEX triplet: 29, 64 and 7F. RGB value is (41,100,127). Sum of RGB (Red+Green+Blue) = 41+100+127=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 127 - color contains mainly: blue. Hex color #29647F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29647F is #D69B80. Grayscale: #555555. Windows color (decimal): -14064513 or 8348713. OLE color: 8348713.

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

Color convert

RGB41100127-
CMYK0.680.2100.50
HSL198.84º51.19%32.94%-
HSV(B)198.84º67.72%49.8%-
XYZ9.311.1221.73-
YUV85.44151.4596.3-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.30%
GREEN value IS 100 (39.45% from 255) = 37.31%
BLUE value IS 127 (50% from 255) = 47.39%
R=15.30%
G=37.31%
B=47.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411001270.680.2100.50198.8451.1932.94
Hex29647F4415032c73321
Octal51144177104250623076341
Binary10100111001001111111100010010101011001011000111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29647F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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