Html Css Color HEX #296077 Orient

📋 copy color: '#296077'

red 41 ◦ green 96 ◦ blue 119

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

Shades of Orient #296077

Tints of Orient #296077

RGB

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

 GREEN value IS 96 (37.89% from 255) = 37.5%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 16.02%
G = 37.5%
B = 46.48%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296077 (or 0x296077) is known color: Orient. HEX triplet: 29, 60 and 77. RGB value is (41,96,119). Sum of RGB (Red+Green+Blue) = 41+96+119=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #296077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296077 is #D69F88. Grayscale: #525252. Windows color (decimal): -14065545 or 7823401. OLE color: 7823401.

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

Color convert

RGB 41 96 119 -
CMYK 0.66 0.19 0 0.53
HSL 197.69º 0.49% 0.31% -
HSV(B) 197.69º 0.66% 0.47% -
XYZ 8.43 10.17 18.97 -
YUV 82.18 148.78 98.63 -
System Red Green Blue C M Y K H S L
Decimal 41 96 119 0.66 0.19 0 0.53 197.69 0.49 0.31
Hex 29 60 77 42 13 0 35 C6 31 1F
Octal 51 140 167 102 23 0 65 306 61 37
Binary 101001 1100000 1110111 1000010 10011 0 110101 11000110 110001 11111

Color Harmonies of #296077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296077

Black with #296077

Text Example


Text Example

White with #296077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296077; }

 p { color: rgb(41,96,119); }

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

background-color css

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

 a { background-color: rgb(41,96,119); }

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

border-color css

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

 span { border-color: rgb(41,96,119); }

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