Html Css Color HEX #29637D Orient

📋 copy color: '#29637D'

red 41 ◦ green 99 ◦ blue 125

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

Shades of Orient #29637D

Tints of Orient #29637D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 125 (49.22% from 255) = 47.17%

R = 15.47%
G = 37.36%
B = 47.17%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#29637D (or 0x29637D) is known color: Orient. HEX triplet: 29, 63 and 7D. RGB value is (41,99,125). Sum of RGB (Red+Green+Blue) = 41+99+125=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #29637D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29637D is #D69C82. Grayscale: #545454. Windows color (decimal): -14064771 or 8217385. OLE color: 8217385.

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

Color convert

RGB 41 99 125 -
CMYK 0.67 0.21 0 0.51
HSL 198.57º 0.51% 0.33% -
HSV(B) 198.57º 0.67% 0.49% -
XYZ 9.08 10.88 21.02 -
YUV 84.62 150.78 96.89 -
System Red Green Blue C M Y K H S L
Decimal 41 99 125 0.67 0.21 0 0.51 198.57 0.51 0.33
Hex 29 63 7D 43 15 0 33 C7 33 21
Octal 51 143 175 103 25 0 63 307 63 41
Binary 101001 1100011 1111101 1000011 10101 0 110011 11000111 110011 100001

Color Harmonies of #29637D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29637D

Black with #29637D

Text Example


Text Example

White with #29637D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29637D; }

 p { color: rgb(41,99,125); }

 H1.HeaderClassName
 {
   color: #29637D;
 }
 .AnyTagClassName
 {
   color: #29637D;
 }
</style>

background-color css

<style>
 a { background-color: #29637D; }

 a { background-color: rgb(41,99,125); }

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

border-color css

<style>
 span { border-color: #29637D; }

 span { border-color: rgb(41,99,125); }

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