Html Css Color HEX #316AB7 Lochmara

📋 copy color: '#316AB7'

red 49 ◦ green 106 ◦ blue 183

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

Shades of Lochmara #316AB7

Tints of Lochmara #316AB7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.36%

 BLUE value IS 183 (71.88% from 255) = 54.14%

R = 14.5%
G = 31.36%
B = 54.14%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#316AB7 (or 0x316AB7) is known color: Lochmara. HEX triplet: 31, 6A and B7. RGB value is (49,106,183). Sum of RGB (Red+Green+Blue) = 49+106+183=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 106 (41.80% from 255 or 31.36% from 338); Blue value is 183 (71.88% from 255 or 54.14% from 338); Max value from RGB is 183 - color contains mainly: blue. Hex color #316AB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AB7 is #CE9548. Grayscale: #616161. Windows color (decimal): -13538633 or 12020273. OLE color: 12020273.

HSL color Cylindrical-coordinate representation of color #316AB7: hue angle of 214.48º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #316AB7 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 106 183 -
CMYK 0.73 0.42 0 0.28
HSL 214.48º 0.58% 0.45% -
HSV(B) 214.48º 0.73% 0.72% -
XYZ 14.97 14.38 46.79 -
YUV 97.74 176.12 93.24 -
System Red Green Blue C M Y K H S L
Decimal 49 106 183 0.73 0.42 0 0.28 214.48 0.58 0.45
Hex 31 6A B7 49 2A 0 1C D6 3A 2D
Octal 61 152 267 111 52 0 34 326 72 55
Binary 110001 1101010 10110111 1001001 101010 0 11100 11010110 111010 101101

Color Harmonies of #316AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AB7

Black with #316AB7

Text Example


Text Example

White with #316AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,106,183); }

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

background-color css

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

 a { background-color: rgb(49,106,183); }

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

border-color css

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

 span { border-color: rgb(49,106,183); }

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