Html Css Color HEX #29607A Orient

📋 copy color: '#29607A'

red 41 ◦ green 96 ◦ blue 122

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

Shades of Orient #29607A

Tints of Orient #29607A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 47.1%

R = 15.83%
G = 37.07%
B = 47.1%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#29607A (or 0x29607A) is known color: Orient. HEX triplet: 29, 60 and 7A. RGB value is (41,96,122). Sum of RGB (Red+Green+Blue) = 41+96+122=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #29607A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29607A is #D69F85. Grayscale: #525252. Windows color (decimal): -14065542 or 8020009. OLE color: 8020009.

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

Color convert

RGB 41 96 122 -
CMYK 0.66 0.21 0 0.52
HSL 199.26º 0.5% 0.32% -
HSV(B) 199.26º 0.66% 0.48% -
XYZ 8.61 10.24 19.94 -
YUV 82.52 150.28 98.39 -
System Red Green Blue C M Y K H S L
Decimal 41 96 122 0.66 0.21 0 0.52 199.26 0.5 0.32
Hex 29 60 7A 42 15 0 34 C7 32 20
Octal 51 140 172 102 25 0 64 307 62 40
Binary 101001 1100000 1111010 1000010 10101 0 110100 11000111 110010 100000

Color Harmonies of #29607A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29607A

Black with #29607A

Text Example


Text Example

White with #29607A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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