Html Css Color HEX #29657F Orient

📋 copy color: '#29657F'

red 41 ◦ green 101 ◦ blue 127

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

Shades of Orient #29657F

Tints of Orient #29657F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 37.55%

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

R = 15.24%
G = 37.55%
B = 47.21%

CMYK

 C value IS 0.68

 M value IS 0.20

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#29657F (or 0x29657F) is known color: Orient. HEX triplet: 29, 65 and 7F. RGB value is (41,101,127). Sum of RGB (Red+Green+Blue) = 41+101+127=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #29657F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29657F is #D69A80. Grayscale: #555555. Windows color (decimal): -14064257 or 8348969. OLE color: 8348969.

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

Color convert

RGB 41 101 127 -
CMYK 0.68 0.20 0 0.50
HSL 198.14º 0.51% 0.33% -
HSV(B) 198.14º 0.68% 0.5% -
XYZ 9.4 11.31 21.77 -
YUV 86.02 151.12 95.89 -
System Red Green Blue C M Y K H S L
Decimal 41 101 127 0.68 0.20 0 0.50 198.14 0.51 0.33
Hex 29 65 7F 44 14 0 32 C6 33 21
Octal 51 145 177 104 24 0 62 306 63 41
Binary 101001 1100101 1111111 1000100 10100 0 110010 11000110 110011 100001

Color Harmonies of #29657F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29657F

Black with #29657F

Text Example


Text Example

White with #29657F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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