Html Css Color HEX #315992 Endeavour

📋 copy color: '#315992'

red 49 ◦ green 89 ◦ blue 146

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

Shades of Endeavour #315992

Tints of Endeavour #315992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

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

R = 17.25%
G = 31.34%
B = 51.41%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#315992 (or 0x315992) is known color: Endeavour. HEX triplet: 31, 59 and 92. RGB value is (49,89,146). Sum of RGB (Red+Green+Blue) = 49+89+146=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #315992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315992 is #CEA66D. Grayscale: #535353. Windows color (decimal): -13543022 or 9591089. OLE color: 9591089.

HSL color Cylindrical-coordinate representation of color #315992: hue angle of 215.26º 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 #315992 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 89 146 -
CMYK 0.66 0.39 0 0.43
HSL 215.26º 0.5% 0.38% -
HSV(B) 215.26º 0.66% 0.57% -
XYZ 10.03 9.87 28.57 -
YUV 83.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 49 89 146 0.66 0.39 0 0.43 215.26 0.5 0.38
Hex 31 59 92 42 27 0 2B D7 32 26
Octal 61 131 222 102 47 0 53 327 62 46
Binary 110001 1011001 10010010 1000010 100111 0 101011 11010111 110010 100110

Color Harmonies of #315992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315992

Black with #315992

Text Example


Text Example

White with #315992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315992; }

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

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

background-color css

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

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

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

border-color css

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

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

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