Html Css Color HEX #296176 Orient

📋 copy color: '#296176'

red 41 ◦ green 97 ◦ blue 118

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

Shades of Orient #296176

Tints of Orient #296176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 16.02%
G = 37.89%
B = 46.09%

CMYK

 C value IS 0.65

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296176 (or 0x296176) is known color: Orient. HEX triplet: 29, 61 and 76. RGB value is (41,97,118). Sum of RGB (Red+Green+Blue) = 41+97+118=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #296176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296176 is #D69E89. Grayscale: #525252. Windows color (decimal): -14065290 or 7758121. OLE color: 7758121.

HSL color Cylindrical-coordinate representation of color #296176: hue angle of 196.36º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #296176 is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 97 118 -
CMYK 0.65 0.18 0 0.54
HSL 196.36º 0.48% 0.31% -
HSV(B) 196.36º 0.65% 0.46% -
XYZ 8.46 10.33 18.69 -
YUV 82.65 147.95 98.29 -
System Red Green Blue C M Y K H S L
Decimal 41 97 118 0.65 0.18 0 0.54 196.36 0.48 0.31
Hex 29 61 76 41 12 0 36 C4 30 1F
Octal 51 141 166 101 22 0 66 304 60 37
Binary 101001 1100001 1110110 1000001 10010 0 110110 11000100 110000 11111

Color Harmonies of #296176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296176

Black with #296176

Text Example


Text Example

White with #296176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296176; }

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

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

background-color css

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

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

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

border-color css

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

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

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