Html Css Color HEX #316291 Endeavour

📋 copy color: '#316291'

red 49 ◦ green 98 ◦ blue 145

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

Shades of Endeavour #316291

Tints of Endeavour #316291

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.56%

 BLUE value IS 145 (57.03% from 255) = 49.66%

R = 16.78%
G = 33.56%
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

#316291 (or 0x316291) is known color: Endeavour. HEX triplet: 31, 62 and 91. RGB value is (49,98,145). Sum of RGB (Red+Green+Blue) = 49+98+145=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #316291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316291 is #CE9D6E. Grayscale: #585858. Windows color (decimal): -13540719 or 9527857. OLE color: 9527857.

HSL color Cylindrical-coordinate representation of color #316291: hue angle of 209.38º degrees, saturation: 0.49, 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 #316291 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 98 145 -
CMYK 0.66 0.32 0 0.43
HSL 209.38º 0.49% 0.38% -
HSV(B) 209.38º 0.66% 0.57% -
XYZ 10.75 11.43 28.43 -
YUV 88.71 159.77 99.68 -
System Red Green Blue C M Y K H S L
Decimal 49 98 145 0.66 0.32 0 0.43 209.38 0.49 0.38
Hex 31 62 91 42 20 0 2B D1 31 26
Octal 61 142 221 102 40 0 53 321 61 46
Binary 110001 1100010 10010001 1000010 100000 0 101011 11010001 110001 100110

Color Harmonies of #316291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316291

Black with #316291

Text Example


Text Example

White with #316291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316291; }

 p { color: rgb(49,98,145); }

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

background-color css

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

 a { background-color: rgb(49,98,145); }

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

border-color css

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

 span { border-color: rgb(49,98,145); }

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