Html Css Color HEX #315897 Endeavour

📋 copy color: '#315897'

red 49 ◦ green 88 ◦ blue 151

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

Shades of Endeavour #315897

Tints of Endeavour #315897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.43%

R = 17.01%
G = 30.56%
B = 52.43%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#315897 (or 0x315897) is known color: Endeavour. HEX triplet: 31, 58 and 97. RGB value is (49,88,151). Sum of RGB (Red+Green+Blue) = 49+88+151=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 151 (59.38% from 255 or 52.43% from 288); Max value from RGB is 151 - color contains mainly: blue. Hex color #315897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315897 is #CEA768. Grayscale: #535353. Windows color (decimal): -13543273 or 9918513. OLE color: 9918513.

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

Color convert

RGB 49 88 151 -
CMYK 0.68 0.42 0 0.41
HSL 217.06º 0.51% 0.39% -
HSV(B) 217.06º 0.68% 0.59% -
XYZ 10.34 9.87 30.64 -
YUV 83.52 166.08 103.38 -
System Red Green Blue C M Y K H S L
Decimal 49 88 151 0.68 0.42 0 0.41 217.06 0.51 0.39
Hex 31 58 97 44 2A 0 29 D9 33 27
Octal 61 130 227 104 52 0 51 331 63 47
Binary 110001 1011000 10010111 1000100 101010 0 101001 11011001 110011 100111

Color Harmonies of #315897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315897

Black with #315897

Text Example


Text Example

White with #315897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315897; }

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

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

background-color css

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

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

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

border-color css

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

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

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