Html Css Color HEX #315896 Endeavour

📋 copy color: '#315896'

red 49 ◦ green 88 ◦ blue 150

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

Shades of Endeavour #315896

Tints of Endeavour #315896

RGB

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

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

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

R = 17.07%
G = 30.66%
B = 52.26%

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

#315896 (or 0x315896) is known color: Endeavour. HEX triplet: 31, 58 and 96. RGB value is (49,88,150). Sum of RGB (Red+Green+Blue) = 49+88+150=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #315896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315896 is #CEA769. Grayscale: #535353. Windows color (decimal): -13543274 or 9852977. OLE color: 9852977.

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

Color convert

RGB 49 88 150 -
CMYK 0.67 0.41 0 0.41
HSL 216.83º 0.51% 0.39% -
HSV(B) 216.83º 0.67% 0.59% -
XYZ 10.26 9.83 30.21 -
YUV 83.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 49 88 150 0.67 0.41 0 0.41 216.83 0.51 0.39
Hex 31 58 96 43 29 0 29 D9 33 27
Octal 61 130 226 103 51 0 51 331 63 47
Binary 110001 1011000 10010110 1000011 101001 0 101001 11011001 110011 100111

Color Harmonies of #315896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315896

Black with #315896

Text Example


Text Example

White with #315896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315896; }

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

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

background-color css

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

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

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

border-color css

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

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

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