Html Css Color HEX #315697 Endeavour

📋 copy color: '#315697'

red 49 ◦ green 86 ◦ blue 151

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

Shades of Endeavour #315697

Tints of Endeavour #315697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.8%

R = 17.13%
G = 30.07%
B = 52.8%

CMYK

 C value IS 0.68

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315697 (or 0x315697) is known color: Endeavour. HEX triplet: 31, 56 and 97. RGB value is (49,86,151). Sum of RGB (Red+Green+Blue) = 49+86+151=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #315697 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315697 is #CEA968. Grayscale: #525252. Windows color (decimal): -13543785 or 9918001. OLE color: 9918001.

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

Color convert

RGB 49 86 151 -
CMYK 0.68 0.43 0 0.41
HSL 218.24º 0.51% 0.39% -
HSV(B) 218.24º 0.68% 0.59% -
XYZ 10.18 9.54 30.58 -
YUV 82.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 49 86 151 0.68 0.43 0 0.41 218.24 0.51 0.39
Hex 31 56 97 44 2B 0 29 DA 33 27
Octal 61 126 227 104 53 0 51 332 63 47
Binary 110001 1010110 10010111 1000100 101011 0 101001 11011010 110011 100111

Color Harmonies of #315697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315697

Black with #315697

Text Example


Text Example

White with #315697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315697; }

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

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

background-color css

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

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

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

border-color css

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

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

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