Html Css Color HEX #315699 Endeavour

📋 copy color: '#315699'

red 49 ◦ green 86 ◦ blue 153

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

Shades of Endeavour #315699

Tints of Endeavour #315699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.86%

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

R = 17.01%
G = 29.86%
B = 53.13%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#315699 (or 0x315699) is known color: Endeavour. HEX triplet: 31, 56 and 99. RGB value is (49,86,153). Sum of RGB (Red+Green+Blue) = 49+86+153=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #315699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315699 is #CEA966. Grayscale: #525252. Windows color (decimal): -13543783 or 10049073. OLE color: 10049073.

HSL color Cylindrical-coordinate representation of color #315699: hue angle of 218.65º 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 #315699 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 86 153 -
CMYK 0.68 0.44 0 0.4
HSL 218.65º 0.51% 0.4% -
HSV(B) 218.65º 0.68% 0.6% -
XYZ 10.34 9.61 31.45 -
YUV 82.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 49 86 153 0.68 0.44 0 0.4 218.65 0.51 0.4
Hex 31 56 99 44 2C 0 28 DB 33 28
Octal 61 126 231 104 54 0 50 333 63 50
Binary 110001 1010110 10011001 1000100 101100 0 101000 11011011 110011 101000

Color Harmonies of #315699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315699

Black with #315699

Text Example


Text Example

White with #315699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315699; }

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

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

background-color css

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

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

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

border-color css

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

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

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