Html Css Color HEX #316095 Endeavour

📋 copy color: '#316095'

red 49 ◦ green 96 ◦ blue 149

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

Shades of Endeavour #316095

Tints of Endeavour #316095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.68%

R = 16.67%
G = 32.65%
B = 50.68%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316095 (or 0x316095) is known color: Endeavour. HEX triplet: 31, 60 and 95. RGB value is (49,96,149). Sum of RGB (Red+Green+Blue) = 49+96+149=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 149 (58.59% from 255 or 50.68% from 294); Max value from RGB is 149 - color contains mainly: blue. Hex color #316095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316095 is #CE9F6A. Grayscale: #575757. Windows color (decimal): -13541227 or 9789489. OLE color: 9789489.

HSL color Cylindrical-coordinate representation of color #316095: hue angle of 211.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316095 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 96 149 -
CMYK 0.67 0.36 0 0.42
HSL 211.8º 0.51% 0.39% -
HSV(B) 211.8º 0.67% 0.58% -
XYZ 10.87 11.19 30.02 -
YUV 87.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 49 96 149 0.67 0.36 0 0.42 211.8 0.51 0.39
Hex 31 60 95 43 24 0 2A D4 33 27
Octal 61 140 225 103 44 0 52 324 63 47
Binary 110001 1100000 10010101 1000011 100100 0 101010 11010100 110011 100111

Color Harmonies of #316095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316095

Black with #316095

Text Example


Text Example

White with #316095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316095; }

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

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

background-color css

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

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

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

border-color css

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

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

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