Html Css Color HEX #315799 Endeavour

📋 copy color: '#315799'

red 49 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #315799

Tints of Endeavour #315799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.1%

 BLUE value IS 153 (60.16% from 255) = 52.94%

R = 16.96%
G = 30.1%
B = 52.94%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#315799 (or 0x315799) is known color: Endeavour. HEX triplet: 31, 57 and 99. RGB value is (49,87,153). Sum of RGB (Red+Green+Blue) = 49+87+153=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 87 (34.38% from 255 or 30.10% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #315799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315799 is #CEA866. Grayscale: #525252. Windows color (decimal): -13543527 or 10049329. OLE color: 10049329.

HSL color Cylindrical-coordinate representation of color #315799: hue angle of 218.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #315799 is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 87 153 -
CMYK 0.68 0.43 0 0.4
HSL 218.08º 0.51% 0.4% -
HSV(B) 218.08º 0.68% 0.6% -
XYZ 10.42 9.77 31.47 -
YUV 83.16 167.41 103.63 -
System Red Green Blue C M Y K H S L
Decimal 49 87 153 0.68 0.43 0 0.4 218.08 0.51 0.4
Hex 31 57 99 44 2B 0 28 DA 33 28
Octal 61 127 231 104 53 0 50 332 63 50
Binary 110001 1010111 10011001 1000100 101011 0 101000 11011010 110011 101000

Color Harmonies of #315799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315799

Black with #315799

Text Example


Text Example

White with #315799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315799; }

 p { color: rgb(49,87,153); }

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

background-color css

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

 a { background-color: rgb(49,87,153); }

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

border-color css

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

 span { border-color: rgb(49,87,153); }

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