Html Css Color HEX #316DB1 Lochmara

📋 copy color: '#316DB1'

red 49 ◦ green 109 ◦ blue 177

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

Shades of Lochmara #316DB1

Tints of Lochmara #316DB1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.54%

 BLUE value IS 177 (69.53% from 255) = 52.84%

R = 14.63%
G = 32.54%
B = 52.84%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#316DB1 (or 0x316DB1) is known color: Lochmara. HEX triplet: 31, 6D and B1. RGB value is (49,109,177). Sum of RGB (Red+Green+Blue) = 49+109+177=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #316DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316DB1 is #CE924E. Grayscale: #626262. Windows color (decimal): -13537871 or 11627825. OLE color: 11627825.

HSL color Cylindrical-coordinate representation of color #316DB1: hue angle of 211.88º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316DB1 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 49 109 177 -
CMYK 0.72 0.38 0 0.31
HSL 211.88º 0.57% 0.44% -
HSV(B) 211.88º 0.72% 0.69% -
XYZ 14.67 14.76 43.67 -
YUV 98.81 172.12 92.47 -
System Red Green Blue C M Y K H S L
Decimal 49 109 177 0.72 0.38 0 0.31 211.88 0.57 0.44
Hex 31 6D B1 48 26 0 1F D4 39 2C
Octal 61 155 261 110 46 0 37 324 71 54
Binary 110001 1101101 10110001 1001000 100110 0 11111 11010100 111001 101100

Color Harmonies of #316DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DB1

Black with #316DB1

Text Example


Text Example

White with #316DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,109,177); }

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

background-color css

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

 a { background-color: rgb(49,109,177); }

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

border-color css

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

 span { border-color: rgb(49,109,177); }

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