Html Css Color HEX #315790 Endeavour

📋 copy color: '#315790'

red 49 ◦ green 87 ◦ blue 144

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

Shades of Endeavour #315790

Tints of Endeavour #315790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 17.5%
G = 31.07%
B = 51.43%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315790 (or 0x315790) is known color: Endeavour. HEX triplet: 31, 57 and 90. RGB value is (49,87,144). Sum of RGB (Red+Green+Blue) = 49+87+144=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #315790 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315790 is #CEA86F. Grayscale: #515151. Windows color (decimal): -13543536 or 9459505. OLE color: 9459505.

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

Color convert

RGB 49 87 144 -
CMYK 0.66 0.40 0 0.44
HSL 216º 0.49% 0.38% -
HSV(B) 216º 0.66% 0.56% -
XYZ 9.71 9.48 27.7 -
YUV 82.14 162.91 104.37 -
System Red Green Blue C M Y K H S L
Decimal 49 87 144 0.66 0.40 0 0.44 216 0.49 0.38
Hex 31 57 90 42 28 0 2C D8 31 26
Octal 61 127 220 102 50 0 54 330 61 46
Binary 110001 1010111 10010000 1000010 101000 0 101100 11011000 110001 100110

Color Harmonies of #315790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315790

Black with #315790

Text Example


Text Example

White with #315790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315790; }

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

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

background-color css

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

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

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

border-color css

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

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

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