Html Css Color HEX #31598A Endeavour

📋 copy color: '#31598A'

red 49 ◦ green 89 ◦ blue 138

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

Shades of Endeavour #31598A

Tints of Endeavour #31598A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50%

R = 17.75%
G = 32.25%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31598A (or 0x31598A) is known color: Endeavour. HEX triplet: 31, 59 and 8A. RGB value is (49,89,138). Sum of RGB (Red+Green+Blue) = 49+89+138=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #31598A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31598A is #CEA675. Grayscale: #525252. Windows color (decimal): -13543030 or 9066801. OLE color: 9066801.

HSL color Cylindrical-coordinate representation of color #31598A: hue angle of 213.03º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31598A is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 89 138 -
CMYK 0.64 0.36 0 0.46
HSL 213.03º 0.48% 0.37% -
HSV(B) 213.03º 0.64% 0.54% -
XYZ 9.43 9.63 25.41 -
YUV 82.63 159.25 104.02 -
System Red Green Blue C M Y K H S L
Decimal 49 89 138 0.64 0.36 0 0.46 213.03 0.48 0.37
Hex 31 59 8A 40 24 0 2E D5 30 25
Octal 61 131 212 100 44 0 56 325 60 45
Binary 110001 1011001 10001010 1000000 100100 0 101110 11010101 110000 100101

Color Harmonies of #31598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31598A

Black with #31598A

Text Example


Text Example

White with #31598A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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