Html Css Color HEX #316196 Endeavour

📋 copy color: '#316196'

red 49 ◦ green 97 ◦ blue 150

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

Shades of Endeavour #316196

Tints of Endeavour #316196

RGB

 RED value IS 49 (19.53% from 255) = 16.55%

 GREEN value IS 97 (38.28% from 255) = 32.77%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 16.55%
G = 32.77%
B = 50.68%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316196 (or 0x316196) is known color: Endeavour. HEX triplet: 31, 61 and 96. RGB value is (49,97,150). Sum of RGB (Red+Green+Blue) = 49+97+150=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #316196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316196 is #CE9E69. Grayscale: #585858. Windows color (decimal): -13540970 or 9855281. OLE color: 9855281.

HSL color Cylindrical-coordinate representation of color #316196: hue angle of 211.49º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316196 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 97 150 -
CMYK 0.67 0.35 0 0.41
HSL 211.49º 0.51% 0.39% -
HSV(B) 211.49º 0.67% 0.59% -
XYZ 11.05 11.4 30.47 -
YUV 88.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 49 97 150 0.67 0.35 0 0.41 211.49 0.51 0.39
Hex 31 61 96 43 23 0 29 D3 33 27
Octal 61 141 226 103 43 0 51 323 63 47
Binary 110001 1100001 10010110 1000011 100011 0 101001 11010011 110011 100111

Color Harmonies of #316196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316196

Black with #316196

Text Example


Text Example

White with #316196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316196; }

 p { color: rgb(49,97,150); }

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

background-color css

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

 a { background-color: rgb(49,97,150); }

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

border-color css

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

 span { border-color: rgb(49,97,150); }

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