Html Css Color HEX #316D9F Lochmara

📋 copy color: '#316D9F'

red 49 ◦ green 109 ◦ blue 159

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

Shades of Lochmara #316D9F

Tints of Lochmara #316D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.16%

R = 15.46%
G = 34.38%
B = 50.16%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#316D9F (or 0x316D9F) is known color: Lochmara. HEX triplet: 31, 6D and 9F. RGB value is (49,109,159). Sum of RGB (Red+Green+Blue) = 49+109+159=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 109 (42.97% from 255 or 34.38% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #316D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D9F is #CE9260. Grayscale: #606060. Windows color (decimal): -13537889 or 10448177. OLE color: 10448177.

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

Color convert

RGB 49 109 159 -
CMYK 0.69 0.31 0 0.38
HSL 207.27º 0.53% 0.41% -
HSV(B) 207.27º 0.69% 0.62% -
XYZ 12.99 14.09 34.84 -
YUV 96.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 49 109 159 0.69 0.31 0 0.38 207.27 0.53 0.41
Hex 31 6D 9F 45 1F 0 26 CF 35 29
Octal 61 155 237 105 37 0 46 317 65 51
Binary 110001 1101101 10011111 1000101 11111 0 100110 11001111 110101 101001

Color Harmonies of #316D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D9F

Black with #316D9F

Text Example


Text Example

White with #316D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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