Html Css Color HEX #315F99 Endeavour

📋 copy color: '#315F99'

red 49 ◦ green 95 ◦ blue 153

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

Shades of Endeavour #315F99

Tints of Endeavour #315F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.99%

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

R = 16.5%
G = 31.99%
B = 51.52%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#315F99 (or 0x315F99) is known color: Endeavour. HEX triplet: 31, 5F and 99. RGB value is (49,95,153). Sum of RGB (Red+Green+Blue) = 49+95+153=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 95 (37.5% from 255 or 31.99% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #315F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315F99 is #CEA066. Grayscale: #575757. Windows color (decimal): -13541479 or 10051377. OLE color: 10051377.

HSL color Cylindrical-coordinate representation of color #315F99: hue angle of 213.46º 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 #315F99 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 95 153 -
CMYK 0.68 0.38 0 0.4
HSL 213.46º 0.51% 0.4% -
HSV(B) 213.46º 0.68% 0.6% -
XYZ 11.11 11.14 31.7 -
YUV 87.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 49 95 153 0.68 0.38 0 0.4 213.46 0.51 0.4
Hex 31 5F 99 44 26 0 28 D5 33 28
Octal 61 137 231 104 46 0 50 325 63 50
Binary 110001 1011111 10011001 1000100 100110 0 101000 11010101 110011 101000

Color Harmonies of #315F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315F99

Black with #315F99

Text Example


Text Example

White with #315F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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