Html Css Color HEX #315996 Endeavour

📋 copy color: '#315996'

red 49 ◦ green 89 ◦ blue 150

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

Shades of Endeavour #315996

Tints of Endeavour #315996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 52.08%

R = 17.01%
G = 30.9%
B = 52.08%

CMYK

 C value IS 0.67

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315996 (or 0x315996) is known color: Endeavour. HEX triplet: 31, 59 and 96. RGB value is (49,89,150). Sum of RGB (Red+Green+Blue) = 49+89+150=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #315996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315996 is #CEA669. Grayscale: #535353. Windows color (decimal): -13543018 or 9853233. OLE color: 9853233.

HSL color Cylindrical-coordinate representation of color #315996: hue angle of 216.24º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #315996 is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 89 150 -
CMYK 0.67 0.41 0 0.41
HSL 216.24º 0.51% 0.39% -
HSV(B) 216.24º 0.67% 0.59% -
XYZ 10.34 10 30.24 -
YUV 83.99 165.25 103.04 -
System Red Green Blue C M Y K H S L
Decimal 49 89 150 0.67 0.41 0 0.41 216.24 0.51 0.39
Hex 31 59 96 43 29 0 29 D8 33 27
Octal 61 131 226 103 51 0 51 330 63 47
Binary 110001 1011001 10010110 1000011 101001 0 101001 11011000 110011 100111

Color Harmonies of #315996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315996

Black with #315996

Text Example


Text Example

White with #315996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315996; }

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

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

background-color css

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

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

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

border-color css

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

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

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