Html Css Color HEX #296379 Orient

📋 copy color: '#296379'

red 41 ◦ green 99 ◦ blue 121

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

Shades of Orient #296379

Tints of Orient #296379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 15.71%
G = 37.93%
B = 46.36%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296379 (or 0x296379) is known color: Orient. HEX triplet: 29, 63 and 79. RGB value is (41,99,121). Sum of RGB (Red+Green+Blue) = 41+99+121=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #296379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296379 is #D69C86. Grayscale: #545454. Windows color (decimal): -14064775 or 7955241. OLE color: 7955241.

HSL color Cylindrical-coordinate representation of color #296379: hue angle of 196.5º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #296379 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 99 121 -
CMYK 0.66 0.18 0 0.53
HSL 196.5º 0.49% 0.32% -
HSV(B) 196.5º 0.66% 0.47% -
XYZ 8.83 10.78 19.7 -
YUV 84.17 148.78 97.21 -
System Red Green Blue C M Y K H S L
Decimal 41 99 121 0.66 0.18 0 0.53 196.5 0.49 0.32
Hex 29 63 79 42 12 0 35 C4 31 20
Octal 51 143 171 102 22 0 65 304 61 40
Binary 101001 1100011 1111001 1000010 10010 0 110101 11000100 110001 100000

Color Harmonies of #296379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296379

Black with #296379

Text Example


Text Example

White with #296379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296379; }

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

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

background-color css

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

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

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

border-color css

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

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

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