Html Css Color HEX #315993 Endeavour

📋 copy color: '#315993'

red 49 ◦ green 89 ◦ blue 147

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

Shades of Endeavour #315993

Tints of Endeavour #315993

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 17.19%
G = 31.23%
B = 51.58%

CMYK

 C value IS 0.67

 M value IS 0.39

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315993 (or 0x315993) is known color: Endeavour. HEX triplet: 31, 59 and 93. RGB value is (49,89,147). Sum of RGB (Red+Green+Blue) = 49+89+147=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #315993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315993 is #CEA66C. Grayscale: #535353. Windows color (decimal): -13543021 or 9656625. OLE color: 9656625.

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

Color convert

RGB 49 89 147 -
CMYK 0.67 0.39 0 0.42
HSL 215.51º 0.5% 0.38% -
HSV(B) 215.51º 0.67% 0.58% -
XYZ 10.11 9.9 28.98 -
YUV 83.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 49 89 147 0.67 0.39 0 0.42 215.51 0.5 0.38
Hex 31 59 93 43 27 0 2A D8 32 26
Octal 61 131 223 103 47 0 52 330 62 46
Binary 110001 1011001 10010011 1000011 100111 0 101010 11011000 110010 100110

Color Harmonies of #315993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315993

Black with #315993

Text Example


Text Example

White with #315993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315993; }

 p { color: rgb(49,89,147); }

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

background-color css

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

 a { background-color: rgb(49,89,147); }

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

border-color css

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

 span { border-color: rgb(49,89,147); }

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