Html Css Color HEX #316BA0 Lochmara

📋 copy color: '#316BA0'

red 49 ◦ green 107 ◦ blue 160

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

Shades of Lochmara #316BA0

Tints of Lochmara #316BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 50.63%

R = 15.51%
G = 33.86%
B = 50.63%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#316BA0 (or 0x316BA0) is known color: Lochmara. HEX triplet: 31, 6B and A0. RGB value is (49,107,160). Sum of RGB (Red+Green+Blue) = 49+107+160=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 160 (62.89% from 255 or 50.63% from 316); Max value from RGB is 160 - color contains mainly: blue. Hex color #316BA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316BA0 is #CE945F. Grayscale: #5F5F5F. Windows color (decimal): -13538400 or 10513201. OLE color: 10513201.

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

Color convert

RGB 49 107 160 -
CMYK 0.69 0.33 0 0.37
HSL 208.65º 0.53% 0.41% -
HSV(B) 208.65º 0.69% 0.63% -
XYZ 12.87 13.71 35.23 -
YUV 95.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 49 107 160 0.69 0.33 0 0.37 208.65 0.53 0.41
Hex 31 6B A0 45 21 0 25 D1 35 29
Octal 61 153 240 105 41 0 45 321 65 51
Binary 110001 1101011 10100000 1000101 100001 0 100101 11010001 110101 101001

Color Harmonies of #316BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BA0

Black with #316BA0

Text Example


Text Example

White with #316BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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