Html Css Color HEX #316490 Endeavour

📋 copy color: '#316490'

red 49 ◦ green 100 ◦ blue 144

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

Shades of Endeavour #316490

Tints of Endeavour #316490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.15%

R = 16.72%
G = 34.13%
B = 49.15%

CMYK

 C value IS 0.66

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#316490 (or 0x316490) is known color: Endeavour. HEX triplet: 31, 64 and 90. RGB value is (49,100,144). Sum of RGB (Red+Green+Blue) = 49+100+144=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #316490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316490 is #CE9B6F. Grayscale: #595959. Windows color (decimal): -13540208 or 9462833. OLE color: 9462833.

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

Color convert

RGB 49 100 144 -
CMYK 0.66 0.31 0 0.44
HSL 207.79º 0.49% 0.38% -
HSV(B) 207.79º 0.66% 0.56% -
XYZ 10.86 11.78 28.09 -
YUV 89.77 158.6 98.92 -
System Red Green Blue C M Y K H S L
Decimal 49 100 144 0.66 0.31 0 0.44 207.79 0.49 0.38
Hex 31 64 90 42 1F 0 2C D0 31 26
Octal 61 144 220 102 37 0 54 320 61 46
Binary 110001 1100100 10010000 1000010 11111 0 101100 11010000 110001 100110

Color Harmonies of #316490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316490

Black with #316490

Text Example


Text Example

White with #316490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316490; }

 p { color: rgb(49,100,144); }

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

background-color css

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

 a { background-color: rgb(49,100,144); }

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

border-color css

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

 span { border-color: rgb(49,100,144); }

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