Html Css Color HEX #296476 Orient

📋 copy color: '#296476'

red 41 ◦ green 100 ◦ blue 118

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

Shades of Orient #296476

Tints of Orient #296476

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.61%

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

R = 15.83%
G = 38.61%
B = 45.56%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296476 (or 0x296476) is known color: Orient. HEX triplet: 29, 64 and 76. RGB value is (41,100,118). Sum of RGB (Red+Green+Blue) = 41+100+118=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #296476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296476 is #D69B89. Grayscale: #545454. Windows color (decimal): -14064522 or 7758889. OLE color: 7758889.

HSL color Cylindrical-coordinate representation of color #296476: hue angle of 194.03º 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 #296476 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 100 118 -
CMYK 0.65 0.15 0 0.54
HSL 194.03º 0.48% 0.31% -
HSV(B) 194.03º 0.65% 0.46% -
XYZ 8.74 10.89 18.78 -
YUV 84.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 41 100 118 0.65 0.15 0 0.54 194.03 0.48 0.31
Hex 29 64 76 41 F 0 36 C2 30 1F
Octal 51 144 166 101 17 0 66 302 60 37
Binary 101001 1100100 1110110 1000001 1111 0 110110 11000010 110000 11111

Color Harmonies of #296476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296476

Black with #296476

Text Example


Text Example

White with #296476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296476; }

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

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

background-color css

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

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

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

border-color css

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

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

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