Html Css Color HEX #316DB6 Lochmara

📋 copy color: '#316DB6'

red 49 ◦ green 109 ◦ blue 182

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

Shades of Lochmara #316DB6

Tints of Lochmara #316DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 53.53%

R = 14.41%
G = 32.06%
B = 53.53%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#316DB6 (or 0x316DB6) is known color: Lochmara. HEX triplet: 31, 6D and B6. RGB value is (49,109,182). Sum of RGB (Red+Green+Blue) = 49+109+182=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #316DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316DB6 is #CE9249. Grayscale: #636363. Windows color (decimal): -13537866 or 11955505. OLE color: 11955505.

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

Color convert

RGB 49 109 182 -
CMYK 0.73 0.40 0 0.29
HSL 212.93º 0.58% 0.45% -
HSV(B) 212.93º 0.73% 0.71% -
XYZ 15.18 14.97 46.35 -
YUV 99.38 174.62 92.06 -
System Red Green Blue C M Y K H S L
Decimal 49 109 182 0.73 0.40 0 0.29 212.93 0.58 0.45
Hex 31 6D B6 49 28 0 1D D5 3A 2D
Octal 61 155 266 111 50 0 35 325 72 55
Binary 110001 1101101 10110110 1001001 101000 0 11101 11010101 111010 101101

Color Harmonies of #316DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316DB6

Black with #316DB6

Text Example


Text Example

White with #316DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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