Html Css Color HEX #316B99 Lochmara

📋 copy color: '#316B99'

red 49 ◦ green 107 ◦ blue 153

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

Shades of Lochmara #316B99

Tints of Lochmara #316B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 153 (60.16% from 255) = 49.51%

R = 15.86%
G = 34.63%
B = 49.51%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316B99 (or 0x316B99) is known color: Lochmara. HEX triplet: 31, 6B and 99. RGB value is (49,107,153). Sum of RGB (Red+Green+Blue) = 49+107+153=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #316B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B99 is #CE9466. Grayscale: #5E5E5E. Windows color (decimal): -13538407 or 10054449. OLE color: 10054449.

HSL color Cylindrical-coordinate representation of color #316B99: hue angle of 206.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316B99 is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 107 153 -
CMYK 0.68 0.30 0 0.4
HSL 206.54º 0.51% 0.4% -
HSV(B) 206.54º 0.68% 0.6% -
XYZ 12.27 13.47 32.09 -
YUV 94.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 49 107 153 0.68 0.30 0 0.4 206.54 0.51 0.4
Hex 31 6B 99 44 1E 0 28 CF 33 28
Octal 61 153 231 104 36 0 50 317 63 50
Binary 110001 1101011 10011001 1000100 11110 0 101000 11001111 110011 101000

Color Harmonies of #316B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B99

Black with #316B99

Text Example


Text Example

White with #316B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,153); }

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

background-color css

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

 a { background-color: rgb(49,107,153); }

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

border-color css

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

 span { border-color: rgb(49,107,153); }

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