Html Css Color HEX #29607D Orient

📋 copy color: '#29607D'

red 41 ◦ green 96 ◦ blue 125

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

Shades of Orient #29607D

Tints of Orient #29607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.64%

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

R = 15.65%
G = 36.64%
B = 47.71%

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

#29607D (or 0x29607D) is known color: Orient. HEX triplet: 29, 60 and 7D. RGB value is (41,96,125). Sum of RGB (Red+Green+Blue) = 41+96+125=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #29607D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29607D is #D69F82. Grayscale: #525252. Windows color (decimal): -14065539 or 8216617. OLE color: 8216617.

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

Color convert

RGB 41 96 125 -
CMYK 0.67 0.23 0 0.51
HSL 200.71º 0.51% 0.33% -
HSV(B) 200.71º 0.67% 0.49% -
XYZ 8.8 10.32 20.93 -
YUV 82.86 151.78 98.14 -
System Red Green Blue C M Y K H S L
Decimal 41 96 125 0.67 0.23 0 0.51 200.71 0.51 0.33
Hex 29 60 7D 43 17 0 33 C9 33 21
Octal 51 140 175 103 27 0 63 311 63 41
Binary 101001 1100000 1111101 1000011 10111 0 110011 11001001 110011 100001

Color Harmonies of #29607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29607D

Black with #29607D

Text Example


Text Example

White with #29607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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