Html Css Color HEX #315895 Endeavour

📋 copy color: '#315895'

red 49 ◦ green 88 ◦ blue 149

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

Shades of Endeavour #315895

Tints of Endeavour #315895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.77%

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

R = 17.13%
G = 30.77%
B = 52.1%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315895 (or 0x315895) is known color: Endeavour. HEX triplet: 31, 58 and 95. RGB value is (49,88,149). Sum of RGB (Red+Green+Blue) = 49+88+149=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #315895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315895 is #CEA76A. Grayscale: #535353. Windows color (decimal): -13543275 or 9787441. OLE color: 9787441.

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

Color convert

RGB 49 88 149 -
CMYK 0.67 0.41 0 0.42
HSL 216.6º 0.51% 0.39% -
HSV(B) 216.6º 0.67% 0.58% -
XYZ 10.18 9.8 29.79 -
YUV 83.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 49 88 149 0.67 0.41 0 0.42 216.6 0.51 0.39
Hex 31 58 95 43 29 0 2A D9 33 27
Octal 61 130 225 103 51 0 52 331 63 47
Binary 110001 1011000 10010101 1000011 101001 0 101010 11011001 110011 100111

Color Harmonies of #315895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315895

Black with #315895

Text Example


Text Example

White with #315895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315895; }

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

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

background-color css

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

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

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

border-color css

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

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

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