Html Css Color HEX #29617F Orient

📋 copy color: '#29617F'

red 41 ◦ green 97 ◦ blue 127

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

Shades of Orient #29617F

Tints of Orient #29617F

RGB

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

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

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

R = 15.47%
G = 36.6%
B = 47.92%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29617F (or 0x29617F) is known color: Orient. HEX triplet: 29, 61 and 7F. RGB value is (41,97,127). Sum of RGB (Red+Green+Blue) = 41+97+127=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #29617F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29617F is #D69E80. Grayscale: #535353. Windows color (decimal): -14065281 or 8347945. OLE color: 8347945.

HSL color Cylindrical-coordinate representation of color #29617F: hue angle of 200.93º 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 #29617F is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 97 127 -
CMYK 0.68 0.24 0 0.50
HSL 200.93º 0.51% 0.33% -
HSV(B) 200.93º 0.68% 0.5% -
XYZ 9.02 10.55 21.64 -
YUV 83.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 41 97 127 0.68 0.24 0 0.50 200.93 0.51 0.33
Hex 29 61 7F 44 18 0 32 C9 33 21
Octal 51 141 177 104 30 0 62 311 63 41
Binary 101001 1100001 1111111 1000100 11000 0 110010 11001001 110011 100001

Color Harmonies of #29617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29617F

Black with #29617F

Text Example


Text Example

White with #29617F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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