Html Css Color HEX #316499 Lochmara

📋 copy color: '#316499'

red 49 ◦ green 100 ◦ blue 153

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

Shades of Lochmara #316499

Tints of Lochmara #316499

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.11%

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

R = 16.23%
G = 33.11%
B = 50.66%

CMYK

 C value IS 0.68

 M value IS 0.35

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316499 (or 0x316499) is known color: Lochmara. HEX triplet: 31, 64 and 99. RGB value is (49,100,153). Sum of RGB (Red+Green+Blue) = 49+100+153=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 100 (39.45% from 255 or 33.11% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #316499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316499 is #CE9B66. Grayscale: #5A5A5A. Windows color (decimal): -13540199 or 10052657. OLE color: 10052657.

HSL color Cylindrical-coordinate representation of color #316499: hue angle of 210.58º 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 #316499 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 100 153 -
CMYK 0.68 0.35 0 0.4
HSL 210.58º 0.51% 0.4% -
HSV(B) 210.58º 0.68% 0.6% -
XYZ 11.57 12.07 31.86 -
YUV 90.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 49 100 153 0.68 0.35 0 0.4 210.58 0.51 0.4
Hex 31 64 99 44 23 0 28 D3 33 28
Octal 61 144 231 104 43 0 50 323 63 50
Binary 110001 1100100 10011001 1000100 100011 0 101000 11010011 110011 101000

Color Harmonies of #316499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316499

Black with #316499

Text Example


Text Example

White with #316499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316499; }

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

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

background-color css

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

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

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

border-color css

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

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

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