Html Css Color HEX #31598C Endeavour

📋 copy color: '#31598C'

red 49 ◦ green 89 ◦ blue 140

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

Shades of Endeavour #31598C

Tints of Endeavour #31598C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.36%

R = 17.63%
G = 32.01%
B = 50.36%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31598C (or 0x31598C) is known color: Endeavour. HEX triplet: 31, 59 and 8C. RGB value is (49,89,140). Sum of RGB (Red+Green+Blue) = 49+89+140=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #31598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31598C is #CEA673. Grayscale: #525252. Windows color (decimal): -13543028 or 9197873. OLE color: 9197873.

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

Color convert

RGB 49 89 140 -
CMYK 0.65 0.36 0 0.45
HSL 213.63º 0.48% 0.37% -
HSV(B) 213.63º 0.65% 0.55% -
XYZ 9.57 9.69 26.18 -
YUV 82.85 160.25 103.85 -
System Red Green Blue C M Y K H S L
Decimal 49 89 140 0.65 0.36 0 0.45 213.63 0.48 0.37
Hex 31 59 8C 41 24 0 2D D6 30 25
Octal 61 131 214 101 44 0 55 326 60 45
Binary 110001 1011001 10001100 1000001 100100 0 101101 11010110 110000 100101

Color Harmonies of #31598C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31598C

Black with #31598C

Text Example


Text Example

White with #31598C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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