Html Css Color HEX #315989 Endeavour

📋 copy color: '#315989'

red 49 ◦ green 89 ◦ blue 137

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

Shades of Endeavour #315989

Tints of Endeavour #315989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 49.82%

R = 17.82%
G = 32.36%
B = 49.82%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#315989 (or 0x315989) is known color: Endeavour. HEX triplet: 31, 59 and 89. RGB value is (49,89,137). Sum of RGB (Red+Green+Blue) = 49+89+137=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 137 (53.91% from 255 or 49.82% from 275); Max value from RGB is 137 - color contains mainly: blue. Hex color #315989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315989 is #CEA676. Grayscale: #525252. Windows color (decimal): -13543031 or 9001265. OLE color: 9001265.

HSL color Cylindrical-coordinate representation of color #315989: hue angle of 212.73º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #315989 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 89 137 -
CMYK 0.64 0.35 0 0.46
HSL 212.73º 0.47% 0.36% -
HSV(B) 212.73º 0.64% 0.54% -
XYZ 9.35 9.6 25.03 -
YUV 82.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 49 89 137 0.64 0.35 0 0.46 212.73 0.47 0.36
Hex 31 59 89 40 23 0 2E D5 2F 24
Octal 61 131 211 100 43 0 56 325 57 44
Binary 110001 1011001 10001001 1000000 100011 0 101110 11010101 101111 100100

Color Harmonies of #315989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315989

Black with #315989

Text Example


Text Example

White with #315989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315989; }

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

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

background-color css

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

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

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

border-color css

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

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

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