Html Css Color HEX #316394 Endeavour

📋 copy color: '#316394'

red 49 ◦ green 99 ◦ blue 148

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

Shades of Endeavour #316394

Tints of Endeavour #316394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50%

R = 16.55%
G = 33.45%
B = 50%

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

#316394 (or 0x316394) is known color: Endeavour. HEX triplet: 31, 63 and 94. RGB value is (49,99,148). Sum of RGB (Red+Green+Blue) = 49+99+148=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #316394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316394 is #CE9C6B. Grayscale: #595959. Windows color (decimal): -13540460 or 9724721. OLE color: 9724721.

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

Color convert

RGB 49 99 148 -
CMYK 0.67 0.33 0 0.42
HSL 209.7º 0.5% 0.39% -
HSV(B) 209.7º 0.67% 0.58% -
XYZ 11.07 11.71 29.69 -
YUV 89.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 49 99 148 0.67 0.33 0 0.42 209.7 0.5 0.39
Hex 31 63 94 43 21 0 2A D2 32 27
Octal 61 143 224 103 41 0 52 322 62 47
Binary 110001 1100011 10010100 1000011 100001 0 101010 11010010 110010 100111

Color Harmonies of #316394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316394

Black with #316394

Text Example


Text Example

White with #316394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316394; }

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

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

background-color css

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

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

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

border-color css

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

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

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