Html Css Color HEX #296477 Orient

📋 copy color: '#296477'

red 41 ◦ green 100 ◦ blue 119

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

Shades of Orient #296477

Tints of Orient #296477

RGB

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

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

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

R = 15.77%
G = 38.46%
B = 45.77%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#296477 (or 0x296477) is known color: Orient. HEX triplet: 29, 64 and 77. RGB value is (41,100,119). Sum of RGB (Red+Green+Blue) = 41+100+119=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #296477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296477 is #D69B88. Grayscale: #545454. Windows color (decimal): -14064521 or 7824425. OLE color: 7824425.

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

Color convert

RGB 41 100 119 -
CMYK 0.66 0.16 0 0.53
HSL 194.62º 0.49% 0.31% -
HSV(B) 194.62º 0.66% 0.47% -
XYZ 8.8 10.92 19.1 -
YUV 84.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 41 100 119 0.66 0.16 0 0.53 194.62 0.49 0.31
Hex 29 64 77 42 10 0 35 C3 31 1F
Octal 51 144 167 102 20 0 65 303 61 37
Binary 101001 1100100 1110111 1000010 10000 0 110101 11000011 110001 11111

Color Harmonies of #296477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296477

Black with #296477

Text Example


Text Example

White with #296477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296477; }

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

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

background-color css

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

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

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

border-color css

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

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

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