Html Css Color HEX #316992 Lochmara

📋 copy color: '#316992'

red 49 ◦ green 105 ◦ blue 146

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

Shades of Lochmara #316992

Tints of Lochmara #316992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 16.33%
G = 35%
B = 48.67%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#316992 (or 0x316992) is known color: Lochmara. HEX triplet: 31, 69 and 92. RGB value is (49,105,146). Sum of RGB (Red+Green+Blue) = 49+105+146=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #316992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316992 is #CE966D. Grayscale: #5C5C5C. Windows color (decimal): -13538926 or 9595185. OLE color: 9595185.

HSL color Cylindrical-coordinate representation of color #316992: hue angle of 205.36º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316992 is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 105 146 -
CMYK 0.66 0.28 0 0.43
HSL 205.36º 0.5% 0.38% -
HSV(B) 205.36º 0.66% 0.57% -
XYZ 11.51 12.83 29.06 -
YUV 92.93 157.95 96.67 -
System Red Green Blue C M Y K H S L
Decimal 49 105 146 0.66 0.28 0 0.43 205.36 0.5 0.38
Hex 31 69 92 42 1C 0 2B CD 32 26
Octal 61 151 222 102 34 0 53 315 62 46
Binary 110001 1101001 10010010 1000010 11100 0 101011 11001101 110010 100110

Color Harmonies of #316992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316992

Black with #316992

Text Example


Text Example

White with #316992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316992; }

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

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

background-color css

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

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

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

border-color css

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

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

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