Html Css Color HEX #315D8E Endeavour

📋 copy color: '#315D8E'

red 49 ◦ green 93 ◦ blue 142

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

Shades of Endeavour #315D8E

Tints of Endeavour #315D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 50%

R = 17.25%
G = 32.75%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#315D8E (or 0x315D8E) is known color: Endeavour. HEX triplet: 31, 5D and 8E. RGB value is (49,93,142). Sum of RGB (Red+Green+Blue) = 49+93+142=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #315D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315D8E is #CEA271. Grayscale: #555555. Windows color (decimal): -13542002 or 9329969. OLE color: 9329969.

HSL color Cylindrical-coordinate representation of color #315D8E: hue angle of 211.61º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #315D8E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 93 142 -
CMYK 0.65 0.35 0 0.44
HSL 211.61º 0.49% 0.37% -
HSV(B) 211.61º 0.65% 0.56% -
XYZ 10.06 10.43 27.07 -
YUV 85.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 49 93 142 0.65 0.35 0 0.44 211.61 0.49 0.37
Hex 31 5D 8E 41 23 0 2C D4 31 25
Octal 61 135 216 101 43 0 54 324 61 45
Binary 110001 1011101 10001110 1000001 100011 0 101100 11010100 110001 100101

Color Harmonies of #315D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D8E

Black with #315D8E

Text Example


Text Example

White with #315D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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