Html Css Color HEX #316993 Lochmara

📋 copy color: '#316993'

red 49 ◦ green 105 ◦ blue 147

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

Shades of Lochmara #316993

Tints of Lochmara #316993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 16.28%
G = 34.88%
B = 48.84%

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

#316993 (or 0x316993) is known color: Lochmara. HEX triplet: 31, 69 and 93. RGB value is (49,105,147). Sum of RGB (Red+Green+Blue) = 49+105+147=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #316993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316993 is #CE966C. Grayscale: #5C5C5C. Windows color (decimal): -13538925 or 9660721. OLE color: 9660721.

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

Color convert

RGB 49 105 147 -
CMYK 0.67 0.29 0 0.42
HSL 205.71º 0.5% 0.38% -
HSV(B) 205.71º 0.67% 0.58% -
XYZ 11.58 12.86 29.48 -
YUV 93.04 158.45 96.58 -
System Red Green Blue C M Y K H S L
Decimal 49 105 147 0.67 0.29 0 0.42 205.71 0.5 0.38
Hex 31 69 93 43 1D 0 2A CE 32 26
Octal 61 151 223 103 35 0 52 316 62 46
Binary 110001 1101001 10010011 1000011 11101 0 101010 11001110 110010 100110

Color Harmonies of #316993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316993

Black with #316993

Text Example


Text Example

White with #316993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316993; }

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

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

background-color css

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

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

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

border-color css

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

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

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