Html Css Color HEX #31598E Endeavour

📋 copy color: '#31598E'

red 49 ◦ green 89 ◦ blue 142

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

Shades of Endeavour #31598E

Tints of Endeavour #31598E

RGB

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

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

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

R = 17.5%
G = 31.79%
B = 50.71%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31598E (or 0x31598E) is known color: Endeavour. HEX triplet: 31, 59 and 8E. RGB value is (49,89,142). Sum of RGB (Red+Green+Blue) = 49+89+142=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #31598E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31598E is #CEA671. Grayscale: #525252. Windows color (decimal): -13543026 or 9328945. OLE color: 9328945.

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

Color convert

RGB 49 89 142 -
CMYK 0.65 0.37 0 0.44
HSL 214.19º 0.49% 0.37% -
HSV(B) 214.19º 0.65% 0.56% -
XYZ 9.72 9.75 26.96 -
YUV 83.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 49 89 142 0.65 0.37 0 0.44 214.19 0.49 0.37
Hex 31 59 8E 41 25 0 2C D6 31 25
Octal 61 131 216 101 45 0 54 326 61 45
Binary 110001 1011001 10001110 1000001 100101 0 101100 11010110 110001 100101

Color Harmonies of #31598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31598E

Black with #31598E

Text Example


Text Example

White with #31598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31598E; }

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

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

background-color css

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

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

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

border-color css

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

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

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