Html Css Color HEX #296276 Orient

📋 copy color: '#296276'

red 41 ◦ green 98 ◦ blue 118

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

Shades of Orient #296276

Tints of Orient #296276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

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

R = 15.95%
G = 38.13%
B = 45.91%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#296276 (or 0x296276) is known color: Orient. HEX triplet: 29, 62 and 76. RGB value is (41,98,118). Sum of RGB (Red+Green+Blue) = 41+98+118=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #296276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296276 is #D69D89. Grayscale: #535353. Windows color (decimal): -14065034 or 7758377. OLE color: 7758377.

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

Color convert

RGB 41 98 118 -
CMYK 0.65 0.17 0 0.54
HSL 195.58º 0.48% 0.31% -
HSV(B) 195.58º 0.65% 0.46% -
XYZ 8.55 10.51 18.72 -
YUV 83.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 41 98 118 0.65 0.17 0 0.54 195.58 0.48 0.31
Hex 29 62 76 41 11 0 36 C4 30 1F
Octal 51 142 166 101 21 0 66 304 60 37
Binary 101001 1100010 1110110 1000001 10001 0 110110 11000100 110000 11111

Color Harmonies of #296276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296276

Black with #296276

Text Example


Text Example

White with #296276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296276; }

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

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

background-color css

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

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

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

border-color css

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

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

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