Html Css Color HEX #315795 Endeavour

📋 copy color: '#315795'

red 49 ◦ green 87 ◦ blue 149

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

Shades of Endeavour #315795

Tints of Endeavour #315795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.28%

R = 17.19%
G = 30.53%
B = 52.28%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315795 (or 0x315795) is known color: Endeavour. HEX triplet: 31, 57 and 95. RGB value is (49,87,149). Sum of RGB (Red+Green+Blue) = 49+87+149=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #315795 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315795 is #CEA86A. Grayscale: #525252. Windows color (decimal): -13543531 or 9787185. OLE color: 9787185.

HSL color Cylindrical-coordinate representation of color #315795: hue angle of 217.2º degrees, saturation: 0.51, 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 #315795 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 87 149 -
CMYK 0.67 0.42 0 0.42
HSL 217.2º 0.51% 0.39% -
HSV(B) 217.2º 0.67% 0.58% -
XYZ 10.1 9.64 29.76 -
YUV 82.71 165.41 103.96 -
System Red Green Blue C M Y K H S L
Decimal 49 87 149 0.67 0.42 0 0.42 217.2 0.51 0.39
Hex 31 57 95 43 2A 0 2A D9 33 27
Octal 61 127 225 103 52 0 52 331 63 47
Binary 110001 1010111 10010101 1000011 101010 0 101010 11011001 110011 100111

Color Harmonies of #315795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315795

Black with #315795

Text Example


Text Example

White with #315795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315795; }

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

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

background-color css

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

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

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

border-color css

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

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

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