Html Css Color HEX #315C8E Endeavour

📋 copy color: '#315C8E'

red 49 ◦ green 92 ◦ blue 142

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

Shades of Endeavour #315C8E

Tints of Endeavour #315C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 17.31%
G = 32.51%
B = 50.18%

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

#315C8E (or 0x315C8E) is known color: Endeavour. HEX triplet: 31, 5C and 8E. RGB value is (49,92,142). Sum of RGB (Red+Green+Blue) = 49+92+142=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #315C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315C8E is #CEA371. Grayscale: #545454. Windows color (decimal): -13542258 or 9329713. OLE color: 9329713.

HSL color Cylindrical-coordinate representation of color #315C8E: hue angle of 212.26º 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 #315C8E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 92 142 -
CMYK 0.65 0.35 0 0.44
HSL 212.26º 0.49% 0.37% -
HSV(B) 212.26º 0.65% 0.56% -
XYZ 9.98 10.26 27.05 -
YUV 84.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 49 92 142 0.65 0.35 0 0.44 212.26 0.49 0.37
Hex 31 5C 8E 41 23 0 2C D4 31 25
Octal 61 134 216 101 43 0 54 324 61 45
Binary 110001 1011100 10001110 1000001 100011 0 101100 11010100 110001 100101

Color Harmonies of #315C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315C8E

Black with #315C8E

Text Example


Text Example

White with #315C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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