Html Css Color HEX #316796 Lochmara

📋 copy color: '#316796'

red 49 ◦ green 103 ◦ blue 150

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

Shades of Lochmara #316796

Tints of Lochmara #316796

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.11%

 BLUE value IS 150 (58.98% from 255) = 49.67%

R = 16.23%
G = 34.11%
B = 49.67%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316796 (or 0x316796) is known color: Lochmara. HEX triplet: 31, 67 and 96. RGB value is (49,103,150). Sum of RGB (Red+Green+Blue) = 49+103+150=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #316796 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316796 is #CE9869. Grayscale: #5B5B5B. Windows color (decimal): -13539434 or 9856817. OLE color: 9856817.

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

Color convert

RGB 49 103 150 -
CMYK 0.67 0.31 0 0.41
HSL 207.92º 0.51% 0.39% -
HSV(B) 207.92º 0.67% 0.59% -
XYZ 11.62 12.56 30.67 -
YUV 92.21 160.61 97.18 -
System Red Green Blue C M Y K H S L
Decimal 49 103 150 0.67 0.31 0 0.41 207.92 0.51 0.39
Hex 31 67 96 43 1F 0 29 D0 33 27
Octal 61 147 226 103 37 0 51 320 63 47
Binary 110001 1100111 10010110 1000011 11111 0 101001 11010000 110011 100111

Color Harmonies of #316796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316796

Black with #316796

Text Example


Text Example

White with #316796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316796; }

 p { color: rgb(49,103,150); }

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

background-color css

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

 a { background-color: rgb(49,103,150); }

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

border-color css

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

 span { border-color: rgb(49,103,150); }

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