Html Css Color HEX #316994 Lochmara

📋 copy color: '#316994'

red 49 ◦ green 105 ◦ blue 148

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

Shades of Lochmara #316994

Tints of Lochmara #316994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.77%

 BLUE value IS 148 (58.2% from 255) = 49.01%

R = 16.23%
G = 34.77%
B = 49.01%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316994 (or 0x316994) is known color: Lochmara. HEX triplet: 31, 69 and 94. RGB value is (49,105,148). Sum of RGB (Red+Green+Blue) = 49+105+148=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #316994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316994 is #CE966B. Grayscale: #5C5C5C. Windows color (decimal): -13538924 or 9726257. OLE color: 9726257.

HSL color Cylindrical-coordinate representation of color #316994: hue angle of 206.06º degrees, saturation: 0.5, 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 #316994 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 105 148 -
CMYK 0.67 0.29 0 0.42
HSL 206.06º 0.5% 0.39% -
HSV(B) 206.06º 0.67% 0.58% -
XYZ 11.66 12.89 29.89 -
YUV 93.16 158.95 96.5 -
System Red Green Blue C M Y K H S L
Decimal 49 105 148 0.67 0.29 0 0.42 206.06 0.5 0.39
Hex 31 69 94 43 1D 0 2A CE 32 27
Octal 61 151 224 103 35 0 52 316 62 47
Binary 110001 1101001 10010100 1000011 11101 0 101010 11001110 110010 100111

Color Harmonies of #316994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316994

Black with #316994

Text Example


Text Example

White with #316994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316994; }

 p { color: rgb(49,105,148); }

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

background-color css

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

 a { background-color: rgb(49,105,148); }

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

border-color css

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

 span { border-color: rgb(49,105,148); }

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