Html Css Color HEX #315D99 Endeavour

📋 copy color: '#315D99'

red 49 ◦ green 93 ◦ blue 153

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

Shades of Endeavour #315D99

Tints of Endeavour #315D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.53%

 BLUE value IS 153 (60.16% from 255) = 51.86%

R = 16.61%
G = 31.53%
B = 51.86%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#315D99 (or 0x315D99) is known color: Endeavour. HEX triplet: 31, 5D and 99. RGB value is (49,93,153). Sum of RGB (Red+Green+Blue) = 49+93+153=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 153 (60.16% from 255 or 51.86% from 295); Max value from RGB is 153 - color contains mainly: blue. Hex color #315D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D99 is #CEA266. Grayscale: #565656. Windows color (decimal): -13541991 or 10050865. OLE color: 10050865.

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

Color convert

RGB 49 93 153 -
CMYK 0.68 0.39 0 0.4
HSL 214.62º 0.51% 0.4% -
HSV(B) 214.62º 0.68% 0.6% -
XYZ 10.93 10.78 31.64 -
YUV 86.68 165.42 101.12 -
System Red Green Blue C M Y K H S L
Decimal 49 93 153 0.68 0.39 0 0.4 214.62 0.51 0.4
Hex 31 5D 99 44 27 0 28 D7 33 28
Octal 61 135 231 104 47 0 50 327 63 50
Binary 110001 1011101 10011001 1000100 100111 0 101000 11010111 110011 101000

Color Harmonies of #315D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D99

Black with #315D99

Text Example


Text Example

White with #315D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D99; }

 p { color: rgb(49,93,153); }

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

background-color css

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

 a { background-color: rgb(49,93,153); }

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

border-color css

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

 span { border-color: rgb(49,93,153); }

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