Html Css Color HEX #29617C Orient

📋 copy color: '#29617C'

red 41 ◦ green 97 ◦ blue 124

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

Shades of Orient #29617C

Tints of Orient #29617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 15.65%
G = 37.02%
B = 47.33%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29617C (or 0x29617C) is known color: Orient. HEX triplet: 29, 61 and 7C. RGB value is (41,97,124). Sum of RGB (Red+Green+Blue) = 41+97+124=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #29617C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29617C is #D69E83. Grayscale: #535353. Windows color (decimal): -14065284 or 8151337. OLE color: 8151337.

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

Color convert

RGB 41 97 124 -
CMYK 0.67 0.22 0 0.51
HSL 199.52º 0.5% 0.32% -
HSV(B) 199.52º 0.67% 0.49% -
XYZ 8.83 10.48 20.63 -
YUV 83.33 150.95 97.8 -
System Red Green Blue C M Y K H S L
Decimal 41 97 124 0.67 0.22 0 0.51 199.52 0.5 0.32
Hex 29 61 7C 43 16 0 33 C8 32 20
Octal 51 141 174 103 26 0 63 310 62 40
Binary 101001 1100001 1111100 1000011 10110 0 110011 11001000 110010 100000

Color Harmonies of #29617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29617C

Black with #29617C

Text Example


Text Example

White with #29617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #29617C;
 }
 .AnyTagClassName
 {
   color: #29617C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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