#29647A

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

Shades of Orient #29647A

Tints of Orient #29647A

Color information

#29647A (or 0x29647A) is unknown color: approx Orient. HEX triplet: 29, 64 and 7A. RGB value is (41,100,122). Sum of RGB (Red+Green+Blue) = 41+100+122=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #29647A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29647A is #D69B85. Grayscale: #545454. Windows color (decimal): -14064518 or 8021033. OLE color: 8021033.

HSL color Cylindrical-coordinate representation of color #29647A: hue angle of 196.3º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #29647A is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB41100122-
CMYK0.660.1800.52
HSL196.3º49.69%31.96%-
HSV(B)196.3º66.39%47.84%-
XYZ8.9810.9920.06-
YUV84.87148.9596.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.59%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=15.59%
G=38.02%
B=46.39%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal411001220.660.1800.52196.349.6931.96
Hex29647A4212034c43220
Octal51144172102220643046240
Binary10100111001001111010100001010010011010011000100110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29647A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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