Html Css Color HEX #29617B Orient

📋 copy color: '#29617B'

red 41 ◦ green 97 ◦ blue 123

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

Shades of Orient #29617B

Tints of Orient #29617B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 15.71%
G = 37.16%
B = 47.13%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29617B (or 0x29617B) is known color: Orient. HEX triplet: 29, 61 and 7B. RGB value is (41,97,123). Sum of RGB (Red+Green+Blue) = 41+97+123=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #29617B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29617B is #D69E84. Grayscale: #535353. Windows color (decimal): -14065285 or 8085801. OLE color: 8085801.

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

Color convert

RGB 41 97 123 -
CMYK 0.67 0.21 0 0.52
HSL 199.02º 0.5% 0.32% -
HSV(B) 199.02º 0.67% 0.48% -
XYZ 8.76 10.45 20.29 -
YUV 83.22 150.45 97.89 -
System Red Green Blue C M Y K H S L
Decimal 41 97 123 0.67 0.21 0 0.52 199.02 0.5 0.32
Hex 29 61 7B 43 15 0 34 C7 32 20
Octal 51 141 173 103 25 0 64 307 62 40
Binary 101001 1100001 1111011 1000011 10101 0 110100 11000111 110010 100000

Color Harmonies of #29617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29617B

Black with #29617B

Text Example


Text Example

White with #29617B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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