Html Css Color HEX #316495 Lochmara

📋 copy color: '#316495'

red 49 ◦ green 100 ◦ blue 149

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

Shades of Lochmara #316495

Tints of Lochmara #316495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50%

R = 16.44%
G = 33.56%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316495 (or 0x316495) is known color: Lochmara. HEX triplet: 31, 64 and 95. RGB value is (49,100,149). Sum of RGB (Red+Green+Blue) = 49+100+149=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #316495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316495 is #CE9B6A. Grayscale: #5A5A5A. Windows color (decimal): -13540203 or 9790513. OLE color: 9790513.

HSL color Cylindrical-coordinate representation of color #316495: hue angle of 209.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316495 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 100 149 -
CMYK 0.67 0.33 0 0.42
HSL 209.4º 0.51% 0.39% -
HSV(B) 209.4º 0.67% 0.58% -
XYZ 11.25 11.94 30.15 -
YUV 90.34 161.1 98.52 -
System Red Green Blue C M Y K H S L
Decimal 49 100 149 0.67 0.33 0 0.42 209.4 0.51 0.39
Hex 31 64 95 43 21 0 2A D1 33 27
Octal 61 144 225 103 41 0 52 321 63 47
Binary 110001 1100100 10010101 1000011 100001 0 101010 11010001 110011 100111

Color Harmonies of #316495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316495

Black with #316495

Text Example


Text Example

White with #316495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316495; }

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

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

background-color css

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

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

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

border-color css

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

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

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