Html Css Color HEX #31618B Endeavour

📋 copy color: '#31618B'

red 49 ◦ green 97 ◦ blue 139

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

Shades of Endeavour #31618B

Tints of Endeavour #31618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 139 (54.69% from 255) = 48.77%

R = 17.19%
G = 34.04%
B = 48.77%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31618B (or 0x31618B) is known color: Endeavour. HEX triplet: 31, 61 and 8B. RGB value is (49,97,139). Sum of RGB (Red+Green+Blue) = 49+97+139=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #31618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31618B is #CE9E74. Grayscale: #575757. Windows color (decimal): -13540981 or 9134385. OLE color: 9134385.

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

Color convert

RGB 49 97 139 -
CMYK 0.65 0.30 0 0.45
HSL 208º 0.48% 0.37% -
HSV(B) 208º 0.65% 0.55% -
XYZ 10.2 11.07 26.02 -
YUV 87.44 157.1 100.58 -
System Red Green Blue C M Y K H S L
Decimal 49 97 139 0.65 0.30 0 0.45 208 0.48 0.37
Hex 31 61 8B 41 1E 0 2D D0 30 25
Octal 61 141 213 101 36 0 55 320 60 45
Binary 110001 1100001 10001011 1000001 11110 0 101101 11010000 110000 100101

Color Harmonies of #31618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31618B

Black with #31618B

Text Example


Text Example

White with #31618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31618B; }

 p { color: rgb(49,97,139); }

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

background-color css

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

 a { background-color: rgb(49,97,139); }

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

border-color css

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

 span { border-color: rgb(49,97,139); }

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