Html Css Color HEX #316794 Lochmara

📋 copy color: '#316794'

red 49 ◦ green 103 ◦ blue 148

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

Shades of Lochmara #316794

Tints of Lochmara #316794

RGB

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

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

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

R = 16.33%
G = 34.33%
B = 49.33%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316794 (or 0x316794) is known color: Lochmara. HEX triplet: 31, 67 and 94. RGB value is (49,103,148). Sum of RGB (Red+Green+Blue) = 49+103+148=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 103 (40.62% from 255 or 34.33% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #316794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316794 is #CE986B. Grayscale: #5B5B5B. Windows color (decimal): -13539436 or 9725745. OLE color: 9725745.

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

Color convert

RGB 49 103 148 -
CMYK 0.67 0.30 0 0.42
HSL 207.27º 0.5% 0.39% -
HSV(B) 207.27º 0.67% 0.58% -
XYZ 11.46 12.49 29.82 -
YUV 91.98 159.61 97.34 -
System Red Green Blue C M Y K H S L
Decimal 49 103 148 0.67 0.30 0 0.42 207.27 0.5 0.39
Hex 31 67 94 43 1E 0 2A CF 32 27
Octal 61 147 224 103 36 0 52 317 62 47
Binary 110001 1100111 10010100 1000011 11110 0 101010 11001111 110010 100111

Color Harmonies of #316794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316794

Black with #316794

Text Example


Text Example

White with #316794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316794; }

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

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

background-color css

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

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

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

border-color css

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

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

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