Html Css Color HEX #296376 Orient

📋 copy color: '#296376'

red 41 ◦ green 99 ◦ blue 118

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

Shades of Orient #296376

Tints of Orient #296376

RGB

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

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

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

R = 15.89%
G = 38.37%
B = 45.74%

CMYK

 C value IS 0.65

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296376 (or 0x296376) is known color: Orient. HEX triplet: 29, 63 and 76. RGB value is (41,99,118). Sum of RGB (Red+Green+Blue) = 41+99+118=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #296376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296376 is #D69C89. Grayscale: #535353. Windows color (decimal): -14064778 or 7758633. OLE color: 7758633.

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

Color convert

RGB 41 99 118 -
CMYK 0.65 0.16 0 0.54
HSL 194.81º 0.48% 0.31% -
HSV(B) 194.81º 0.65% 0.46% -
XYZ 8.65 10.7 18.75 -
YUV 83.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 41 99 118 0.65 0.16 0 0.54 194.81 0.48 0.31
Hex 29 63 76 41 10 0 36 C3 30 1F
Octal 51 143 166 101 20 0 66 303 60 37
Binary 101001 1100011 1110110 1000001 10000 0 110110 11000011 110000 11111

Color Harmonies of #296376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296376

Black with #296376

Text Example


Text Example

White with #296376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296376; }

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

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

background-color css

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

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

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

border-color css

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

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

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