Html Css Color HEX #315695 Endeavour

📋 copy color: '#315695'

red 49 ◦ green 86 ◦ blue 149

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

Shades of Endeavour #315695

Tints of Endeavour #315695

RGB

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

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

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

R = 17.25%
G = 30.28%
B = 52.46%

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

#315695 (or 0x315695) is known color: Endeavour. HEX triplet: 31, 56 and 95. RGB value is (49,86,149). Sum of RGB (Red+Green+Blue) = 49+86+149=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 86 (33.98% from 255 or 30.28% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #315695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315695 is #CEA96A. Grayscale: #515151. Windows color (decimal): -13543787 or 9786929. OLE color: 9786929.

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

Color convert

RGB 49 86 149 -
CMYK 0.67 0.42 0 0.42
HSL 217.8º 0.51% 0.39% -
HSV(B) 217.8º 0.67% 0.58% -
XYZ 10.02 9.48 29.74 -
YUV 82.12 165.74 104.38 -
System Red Green Blue C M Y K H S L
Decimal 49 86 149 0.67 0.42 0 0.42 217.8 0.51 0.39
Hex 31 56 95 43 2A 0 2A DA 33 27
Octal 61 126 225 103 52 0 52 332 63 47
Binary 110001 1010110 10010101 1000011 101010 0 101010 11011010 110011 100111

Color Harmonies of #315695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315695

Black with #315695

Text Example


Text Example

White with #315695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315695; }

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

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

background-color css

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

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

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

border-color css

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

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

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