Html Css Color HEX #316393 Endeavour

📋 copy color: '#316393'

red 49 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #316393

Tints of Endeavour #316393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 16.61%
G = 33.56%
B = 49.83%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316393 (or 0x316393) is known color: Endeavour. HEX triplet: 31, 63 and 93. RGB value is (49,99,147). Sum of RGB (Red+Green+Blue) = 49+99+147=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #316393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316393 is #CE9C6C. Grayscale: #595959. Windows color (decimal): -13540461 or 9659185. OLE color: 9659185.

HSL color Cylindrical-coordinate representation of color #316393: hue angle of 209.39º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316393 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 99 147 -
CMYK 0.67 0.33 0 0.42
HSL 209.39º 0.5% 0.38% -
HSV(B) 209.39º 0.67% 0.58% -
XYZ 10.99 11.68 29.28 -
YUV 89.52 160.44 99.1 -
System Red Green Blue C M Y K H S L
Decimal 49 99 147 0.67 0.33 0 0.42 209.39 0.5 0.38
Hex 31 63 93 43 21 0 2A D1 32 26
Octal 61 143 223 103 41 0 52 321 62 46
Binary 110001 1100011 10010011 1000011 100001 0 101010 11010001 110010 100110

Color Harmonies of #316393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316393

Black with #316393

Text Example


Text Example

White with #316393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316393; }

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

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

background-color css

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

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

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

border-color css

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

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

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