Html Css Color HEX #29647F Orient

📋 copy color: '#29647F'

red 41 ◦ green 100 ◦ blue 127

#29647F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #29647F

Tints of Orient #29647F

RGB

 RED value IS 41 (16.41% from 255) = 15.3%

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 127 (50% from 255) = 47.39%

R = 15.3%
G = 37.31%
B = 47.39%

CMYK

 C value IS 0.68

 M value IS 0.21

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29647F (or 0x29647F) is known color: 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

RGB 41 100 127 -
CMYK 0.68 0.21 0 0.50
HSL 198.84º 0.51% 0.33% -
HSV(B) 198.84º 0.68% 0.5% -
XYZ 9.3 11.12 21.73 -
YUV 85.44 151.45 96.3 -
System Red Green Blue C M Y K H S L
Decimal 41 100 127 0.68 0.21 0 0.50 198.84 0.51 0.33
Hex 29 64 7F 44 15 0 32 C7 33 21
Octal 51 144 177 104 25 0 62 307 63 41
Binary 101001 1100100 1111111 1000100 10101 0 110010 11000111 110011 100001

Color Harmonies of #29647F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29647F

Black with #29647F

Text Example


Text Example

White with #29647F

Text Example


Text Example

HTML Codes & Css Web 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>