#29617d

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

Shades of Orient #29617D

Tints of Orient #29617D

Color information

#29617D (or 0x29617D) is unknown color: approx Orient. HEX triplet: 29, 61 and 7D. RGB value is (41,97,125). Sum of RGB (Red+Green+Blue) = 41+97+125=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #29617D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29617D is #D69E82. Grayscale: #535353. Windows color (decimal): -14065283 or 8216873. OLE color: 8216873.

HSL color Cylindrical-coordinate representation of color #29617D: hue angle of 200º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #29617D is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4197125-
CMYK0.670.2200.51
HSL200º50.6%32.55%-
HSV(B)200º67.2%49.02%-
XYZ8.8910.520.96-
YUV83.45151.4597.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 125 (49.22% from 255) = 47.53%
R=15.59%
G=36.88%
B=47.53%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal41971250.670.2200.5120050.632.55
Hex29617D4316033c83321
Octal51141175103260633106341
Binary10100111000011111101100001110110011001111001000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29617d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29617d; }

 p { color: rgb(41,97,125); }

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

<style>
 a { background-color: #29617d; }

 a { background-color: rgb(41,97,125); }

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

<style>
 span { border-color: #29617d; }

 span { border-color: rgb(41,97,125); }

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