Html Css Color HEX #316392 Endeavour

📋 copy color: '#316392'

red 49 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #316392

Tints of Endeavour #316392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 16.67%
G = 33.67%
B = 49.66%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#316392 (or 0x316392) is known color: Endeavour. HEX triplet: 31, 63 and 92. RGB value is (49,99,146). Sum of RGB (Red+Green+Blue) = 49+99+146=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #316392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316392 is #CE9C6D. Grayscale: #595959. Windows color (decimal): -13540462 or 9593649. OLE color: 9593649.

HSL color Cylindrical-coordinate representation of color #316392: hue angle of 209.07º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316392 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 99 146 -
CMYK 0.66 0.32 0 0.43
HSL 209.07º 0.5% 0.38% -
HSV(B) 209.07º 0.66% 0.57% -
XYZ 10.92 11.65 28.87 -
YUV 89.41 159.94 99.18 -
System Red Green Blue C M Y K H S L
Decimal 49 99 146 0.66 0.32 0 0.43 209.07 0.5 0.38
Hex 31 63 92 42 20 0 2B D1 32 26
Octal 61 143 222 102 40 0 53 321 62 46
Binary 110001 1100011 10010010 1000010 100000 0 101011 11010001 110010 100110

Color Harmonies of #316392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316392

Black with #316392

Text Example


Text Example

White with #316392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316392; }

 p { color: rgb(49,99,146); }

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

background-color css

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

 a { background-color: rgb(49,99,146); }

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

border-color css

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

 span { border-color: rgb(49,99,146); }

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