Html Css Color HEX #316089 Endeavour

📋 copy color: '#316089'

red 49 ◦ green 96 ◦ blue 137

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

Shades of Endeavour #316089

Tints of Endeavour #316089

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.04%

 BLUE value IS 137 (53.91% from 255) = 48.58%

R = 17.38%
G = 34.04%
B = 48.58%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#316089 (or 0x316089) is known color: Endeavour. HEX triplet: 31, 60 and 89. RGB value is (49,96,137). Sum of RGB (Red+Green+Blue) = 49+96+137=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #316089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316089 is #CE9F76. Grayscale: #565656. Windows color (decimal): -13541239 or 9003057. OLE color: 9003057.

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

Color convert

RGB 49 96 137 -
CMYK 0.64 0.30 0 0.46
HSL 207.95º 0.47% 0.36% -
HSV(B) 207.95º 0.64% 0.54% -
XYZ 9.96 10.82 25.23 -
YUV 86.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 49 96 137 0.64 0.30 0 0.46 207.95 0.47 0.36
Hex 31 60 89 40 1E 0 2E D0 2F 24
Octal 61 140 211 100 36 0 56 320 57 44
Binary 110001 1100000 10001001 1000000 11110 0 101110 11010000 101111 100100

Color Harmonies of #316089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316089

Black with #316089

Text Example


Text Example

White with #316089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316089; }

 p { color: rgb(49,96,137); }

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

background-color css

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

 a { background-color: rgb(49,96,137); }

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

border-color css

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

 span { border-color: rgb(49,96,137); }

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