Html Css Color HEX #316593 Lochmara

📋 copy color: '#316593'

red 49 ◦ green 101 ◦ blue 147

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

Shades of Lochmara #316593

Tints of Lochmara #316593

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 16.5%
G = 34.01%
B = 49.49%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316593 (or 0x316593) is known color: Lochmara. HEX triplet: 31, 65 and 93. RGB value is (49,101,147). Sum of RGB (Red+Green+Blue) = 49+101+147=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 147 (57.81% from 255 or 49.49% from 297); Max value from RGB is 147 - color contains mainly: blue. Hex color #316593 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316593 is #CE9A6C. Grayscale: #5A5A5A. Windows color (decimal): -13539949 or 9659697. OLE color: 9659697.

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

Color convert

RGB 49 101 147 -
CMYK 0.67 0.31 0 0.42
HSL 208.16º 0.5% 0.38% -
HSV(B) 208.16º 0.67% 0.58% -
XYZ 11.19 12.07 29.34 -
YUV 90.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 49 101 147 0.67 0.31 0 0.42 208.16 0.5 0.38
Hex 31 65 93 43 1F 0 2A D0 32 26
Octal 61 145 223 103 37 0 52 320 62 46
Binary 110001 1100101 10010011 1000011 11111 0 101010 11010000 110010 100110

Color Harmonies of #316593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316593

Black with #316593

Text Example


Text Example

White with #316593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316593; }

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

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

background-color css

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

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

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

border-color css

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

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

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