Html Css Color HEX #316197 Endeavour

📋 copy color: '#316197'

red 49 ◦ green 97 ◦ blue 151

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

Shades of Endeavour #316197

Tints of Endeavour #316197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 16.5%
G = 32.66%
B = 50.84%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316197 (or 0x316197) is known color: Endeavour. HEX triplet: 31, 61 and 97. RGB value is (49,97,151). Sum of RGB (Red+Green+Blue) = 49+97+151=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #316197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316197 is #CE9E68. Grayscale: #585858. Windows color (decimal): -13540969 or 9920817. OLE color: 9920817.

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

Color convert

RGB 49 97 151 -
CMYK 0.68 0.36 0 0.41
HSL 211.76º 0.51% 0.39% -
HSV(B) 211.76º 0.68% 0.59% -
XYZ 11.13 11.44 30.9 -
YUV 88.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 49 97 151 0.68 0.36 0 0.41 211.76 0.51 0.39
Hex 31 61 97 44 24 0 29 D4 33 27
Octal 61 141 227 104 44 0 51 324 63 47
Binary 110001 1100001 10010111 1000100 100100 0 101001 11010100 110011 100111

Color Harmonies of #316197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316197

Black with #316197

Text Example


Text Example

White with #316197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316197; }

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

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

background-color css

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

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

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

border-color css

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

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

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