Html Css Color HEX #29617E Orient

📋 copy color: '#29617E'

red 41 ◦ green 97 ◦ blue 126

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

Shades of Orient #29617E

Tints of Orient #29617E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 47.73%

R = 15.53%
G = 36.74%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29617E (or 0x29617E) is known color: Orient. HEX triplet: 29, 61 and 7E. RGB value is (41,97,126). Sum of RGB (Red+Green+Blue) = 41+97+126=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 126 (49.61% from 255 or 47.73% from 264); Max value from RGB is 126 - color contains mainly: blue. Hex color #29617E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29617E is #D69E81. Grayscale: #535353. Windows color (decimal): -14065282 or 8282409. OLE color: 8282409.

HSL color Cylindrical-coordinate representation of color #29617E: hue angle of 200.47º 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 #29617E is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 97 126 -
CMYK 0.67 0.23 0 0.51
HSL 200.47º 0.51% 0.33% -
HSV(B) 200.47º 0.67% 0.49% -
XYZ 8.96 10.53 21.3 -
YUV 83.56 151.95 97.64 -
System Red Green Blue C M Y K H S L
Decimal 41 97 126 0.67 0.23 0 0.51 200.47 0.51 0.33
Hex 29 61 7E 43 17 0 33 C8 33 21
Octal 51 141 176 103 27 0 63 310 63 41
Binary 101001 1100001 1111110 1000011 10111 0 110011 11001000 110011 100001

Color Harmonies of #29617E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29617E

Black with #29617E

Text Example


Text Example

White with #29617E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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