Html Css Color HEX #296277 Orient

📋 copy color: '#296277'

red 41 ◦ green 98 ◦ blue 119

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

Shades of Orient #296277

Tints of Orient #296277

RGB

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

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

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

R = 15.89%
G = 37.98%
B = 46.12%

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

#296277 (or 0x296277) is known color: Orient. HEX triplet: 29, 62 and 77. RGB value is (41,98,119). Sum of RGB (Red+Green+Blue) = 41+98+119=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #296277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296277 is #D69D88. Grayscale: #535353. Windows color (decimal): -14065033 or 7823913. OLE color: 7823913.

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

Color convert

RGB 41 98 119 -
CMYK 0.66 0.18 0 0.53
HSL 196.15º 0.49% 0.31% -
HSV(B) 196.15º 0.66% 0.47% -
XYZ 8.61 10.54 19.03 -
YUV 83.35 148.12 97.79 -
System Red Green Blue C M Y K H S L
Decimal 41 98 119 0.66 0.18 0 0.53 196.15 0.49 0.31
Hex 29 62 77 42 12 0 35 C4 31 1F
Octal 51 142 167 102 22 0 65 304 61 37
Binary 101001 1100010 1110111 1000010 10010 0 110101 11000100 110001 11111

Color Harmonies of #296277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296277

Black with #296277

Text Example


Text Example

White with #296277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296277; }

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

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

background-color css

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

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

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

border-color css

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

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

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