Html Css Color HEX #315792 Endeavour

📋 copy color: '#315792'

red 49 ◦ green 87 ◦ blue 146

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

Shades of Endeavour #315792

Tints of Endeavour #315792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.85%

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 17.38%
G = 30.85%
B = 51.77%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315792 (or 0x315792) is known color: Endeavour. HEX triplet: 31, 57 and 92. RGB value is (49,87,146). Sum of RGB (Red+Green+Blue) = 49+87+146=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #315792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315792 is #CEA86D. Grayscale: #525252. Windows color (decimal): -13543534 or 9590577. OLE color: 9590577.

HSL color Cylindrical-coordinate representation of color #315792: hue angle of 216.49º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #315792 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 87 146 -
CMYK 0.66 0.40 0 0.43
HSL 216.49º 0.5% 0.38% -
HSV(B) 216.49º 0.66% 0.57% -
XYZ 9.86 9.54 28.52 -
YUV 82.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 49 87 146 0.66 0.40 0 0.43 216.49 0.5 0.38
Hex 31 57 92 42 28 0 2B D8 32 26
Octal 61 127 222 102 50 0 53 330 62 46
Binary 110001 1010111 10010010 1000010 101000 0 101011 11011000 110010 100110

Color Harmonies of #315792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315792

Black with #315792

Text Example


Text Example

White with #315792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315792; }

 p { color: rgb(49,87,146); }

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

background-color css

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

 a { background-color: rgb(49,87,146); }

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

border-color css

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

 span { border-color: rgb(49,87,146); }

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