Html Css Color HEX #316DBB Lochmara

📋 copy color: '#316DBB'

red 49 ◦ green 109 ◦ blue 187

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

Shades of Lochmara #316DBB

Tints of Lochmara #316DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.2%

R = 14.2%
G = 31.59%
B = 54.2%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#316DBB (or 0x316DBB) is known color: Lochmara. HEX triplet: 31, 6D and BB. RGB value is (49,109,187). Sum of RGB (Red+Green+Blue) = 49+109+187=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #316DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DBB is #CE9244. Grayscale: #636363. Windows color (decimal): -13537861 or 12283185. OLE color: 12283185.

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

Color convert

RGB 49 109 187 -
CMYK 0.74 0.42 0 0.27
HSL 213.91º 0.58% 0.46% -
HSV(B) 213.91º 0.74% 0.73% -
XYZ 15.7 15.18 49.12 -
YUV 99.95 177.12 91.66 -
System Red Green Blue C M Y K H S L
Decimal 49 109 187 0.74 0.42 0 0.27 213.91 0.58 0.46
Hex 31 6D BB 4A 2A 0 1B D6 3A 2E
Octal 61 155 273 112 52 0 33 326 72 56
Binary 110001 1101101 10111011 1001010 101010 0 11011 11010110 111010 101110

Color Harmonies of #316DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DBB

Black with #316DBB

Text Example


Text Example

White with #316DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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