Html Css Color HEX #315796 Endeavour

📋 copy color: '#315796'

red 49 ◦ green 87 ◦ blue 150

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

Shades of Endeavour #315796

Tints of Endeavour #315796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.45%

R = 17.13%
G = 30.42%
B = 52.45%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315796 (or 0x315796) is known color: Endeavour. HEX triplet: 31, 57 and 96. RGB value is (49,87,150). Sum of RGB (Red+Green+Blue) = 49+87+150=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #315796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315796 is #CEA869. Grayscale: #525252. Windows color (decimal): -13543530 or 9852721. OLE color: 9852721.

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

Color convert

RGB 49 87 150 -
CMYK 0.67 0.42 0 0.41
HSL 217.43º 0.51% 0.39% -
HSV(B) 217.43º 0.67% 0.59% -
XYZ 10.18 9.67 30.18 -
YUV 82.82 165.91 103.88 -
System Red Green Blue C M Y K H S L
Decimal 49 87 150 0.67 0.42 0 0.41 217.43 0.51 0.39
Hex 31 57 96 43 2A 0 29 D9 33 27
Octal 61 127 226 103 52 0 51 331 63 47
Binary 110001 1010111 10010110 1000011 101010 0 101001 11011001 110011 100111

Color Harmonies of #315796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315796

Black with #315796

Text Example


Text Example

White with #315796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315796; }

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

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

background-color css

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

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

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

border-color css

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

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

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