Html Css Color HEX #316BA1 Lochmara

📋 copy color: '#316BA1'

red 49 ◦ green 107 ◦ blue 161

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

Shades of Lochmara #316BA1

Tints of Lochmara #316BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

 BLUE value IS 161 (63.28% from 255) = 50.79%

R = 15.46%
G = 33.75%
B = 50.79%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#316BA1 (or 0x316BA1) is known color: Lochmara. HEX triplet: 31, 6B and A1. RGB value is (49,107,161). Sum of RGB (Red+Green+Blue) = 49+107+161=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 161 (63.28% from 255 or 50.79% from 317); Max value from RGB is 161 - color contains mainly: blue. Hex color #316BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316BA1 is #CE945E. Grayscale: #5F5F5F. Windows color (decimal): -13538399 or 10578737. OLE color: 10578737.

HSL color Cylindrical-coordinate representation of color #316BA1: hue angle of 208.93º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #316BA1 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 49 107 161 -
CMYK 0.70 0.34 0 0.37
HSL 208.93º 0.53% 0.41% -
HSV(B) 208.93º 0.7% 0.63% -
XYZ 12.96 13.74 35.69 -
YUV 95.81 164.78 94.61 -
System Red Green Blue C M Y K H S L
Decimal 49 107 161 0.70 0.34 0 0.37 208.93 0.53 0.41
Hex 31 6B A1 46 22 0 25 D1 35 29
Octal 61 153 241 106 42 0 45 321 65 51
Binary 110001 1101011 10100001 1000110 100010 0 100101 11010001 110101 101001

Color Harmonies of #316BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BA1

Black with #316BA1

Text Example


Text Example

White with #316BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316BA1; }

 p { color: rgb(49,107,161); }

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

background-color css

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

 a { background-color: rgb(49,107,161); }

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

border-color css

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

 span { border-color: rgb(49,107,161); }

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