Html Css Color HEX #315894 Endeavour

📋 copy color: '#315894'

red 49 ◦ green 88 ◦ blue 148

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

Shades of Endeavour #315894

Tints of Endeavour #315894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.88%

 BLUE value IS 148 (58.2% from 255) = 51.93%

R = 17.19%
G = 30.88%
B = 51.93%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#315894 (or 0x315894) is known color: Endeavour. HEX triplet: 31, 58 and 94. RGB value is (49,88,148). Sum of RGB (Red+Green+Blue) = 49+88+148=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #315894 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315894 is #CEA76B. Grayscale: #525252. Windows color (decimal): -13543276 or 9721905. OLE color: 9721905.

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

Color convert

RGB 49 88 148 -
CMYK 0.67 0.41 0 0.42
HSL 216.36º 0.5% 0.39% -
HSV(B) 216.36º 0.67% 0.58% -
XYZ 10.1 9.77 29.37 -
YUV 83.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 49 88 148 0.67 0.41 0 0.42 216.36 0.5 0.39
Hex 31 58 94 43 29 0 2A D8 32 27
Octal 61 130 224 103 51 0 52 330 62 47
Binary 110001 1011000 10010100 1000011 101001 0 101010 11011000 110010 100111

Color Harmonies of #315894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315894

Black with #315894

Text Example


Text Example

White with #315894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315894; }

 p { color: rgb(49,88,148); }

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

background-color css

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

 a { background-color: rgb(49,88,148); }

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

border-color css

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

 span { border-color: rgb(49,88,148); }

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