Html Css Color HEX #31598D Endeavour

📋 copy color: '#31598D'

red 49 ◦ green 89 ◦ blue 141

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

Shades of Endeavour #31598D

Tints of Endeavour #31598D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50.54%

R = 17.56%
G = 31.9%
B = 50.54%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31598D (or 0x31598D) is known color: Endeavour. HEX triplet: 31, 59 and 8D. RGB value is (49,89,141). Sum of RGB (Red+Green+Blue) = 49+89+141=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 141 (55.47% from 255 or 50.54% from 279); Max value from RGB is 141 - color contains mainly: blue. Hex color #31598D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31598D is #CEA672. Grayscale: #525252. Windows color (decimal): -13543027 or 9263409. OLE color: 9263409.

HSL color Cylindrical-coordinate representation of color #31598D: hue angle of 213.91º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31598D is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 89 141 -
CMYK 0.65 0.37 0 0.45
HSL 213.91º 0.48% 0.37% -
HSV(B) 213.91º 0.65% 0.55% -
XYZ 9.65 9.72 26.57 -
YUV 82.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 49 89 141 0.65 0.37 0 0.45 213.91 0.48 0.37
Hex 31 59 8D 41 25 0 2D D6 30 25
Octal 61 131 215 101 45 0 55 326 60 45
Binary 110001 1011001 10001101 1000001 100101 0 101101 11010110 110000 100101

Color Harmonies of #31598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31598D

Black with #31598D

Text Example


Text Example

White with #31598D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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