Html Css Color HEX #316DBC Lochmara

📋 copy color: '#316DBC'

red 49 ◦ green 109 ◦ blue 188

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

Shades of Lochmara #316DBC

Tints of Lochmara #316DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.34%

R = 14.16%
G = 31.5%
B = 54.34%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#316DBC (or 0x316DBC) is known color: Lochmara. HEX triplet: 31, 6D and BC. RGB value is (49,109,188). Sum of RGB (Red+Green+Blue) = 49+109+188=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #316DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DBC is #CE9243. Grayscale: #636363. Windows color (decimal): -13537860 or 12348721. OLE color: 12348721.

HSL color Cylindrical-coordinate representation of color #316DBC: hue angle of 214.1º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316DBC is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 49 109 188 -
CMYK 0.74 0.42 0 0.26
HSL 214.1º 0.59% 0.46% -
HSV(B) 214.1º 0.74% 0.74% -
XYZ 15.81 15.22 49.68 -
YUV 100.07 177.62 91.58 -
System Red Green Blue C M Y K H S L
Decimal 49 109 188 0.74 0.42 0 0.26 214.1 0.59 0.46
Hex 31 6D BC 4A 2A 0 1A D6 3B 2E
Octal 61 155 274 112 52 0 32 326 73 56
Binary 110001 1101101 10111100 1001010 101010 0 11010 11010110 111011 101110

Color Harmonies of #316DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DBC

Black with #316DBC

Text Example


Text Example

White with #316DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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