Html Css Color HEX #315791 Endeavour

📋 copy color: '#315791'

red 49 ◦ green 87 ◦ blue 145

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

Shades of Endeavour #315791

Tints of Endeavour #315791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 51.6%

R = 17.44%
G = 30.96%
B = 51.6%

CMYK

 C value IS 0.66

 M value IS 0.4

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315791 (or 0x315791) is known color: Endeavour. HEX triplet: 31, 57 and 91. RGB value is (49,87,145). Sum of RGB (Red+Green+Blue) = 49+87+145=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #315791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315791 is #CEA86E. Grayscale: #515151. Windows color (decimal): -13543535 or 9525041. OLE color: 9525041.

HSL color Cylindrical-coordinate representation of color #315791: hue angle of 216.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315791 is Cyan = 0.66, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 87 145 -
CMYK 0.66 0.4 0 0.43
HSL 216.25º 0.49% 0.38% -
HSV(B) 216.25º 0.66% 0.57% -
XYZ 9.79 9.51 28.11 -
YUV 82.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 49 87 145 0.66 0.4 0 0.43 216.25 0.49 0.38
Hex 31 57 91 42 28 0 2B D8 31 26
Octal 61 127 221 102 50 0 53 330 61 46
Binary 110001 1010111 10010001 1000010 101000 0 101011 11011000 110001 100110

Color Harmonies of #315791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315791

Black with #315791

Text Example


Text Example

White with #315791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315791; }

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

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

background-color css

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

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

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

border-color css

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

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

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