Html Css Color HEX #316696 Lochmara

📋 copy color: '#316696'

red 49 ◦ green 102 ◦ blue 150

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

Shades of Lochmara #316696

Tints of Lochmara #316696

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

 BLUE value IS 150 (58.98% from 255) = 49.83%

R = 16.28%
G = 33.89%
B = 49.83%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316696 (or 0x316696) is known color: Lochmara. HEX triplet: 31, 66 and 96. RGB value is (49,102,150). Sum of RGB (Red+Green+Blue) = 49+102+150=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #316696 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316696 is #CE9969. Grayscale: #5B5B5B. Windows color (decimal): -13539690 or 9856561. OLE color: 9856561.

HSL color Cylindrical-coordinate representation of color #316696: hue angle of 208.51º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316696 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 102 150 -
CMYK 0.67 0.32 0 0.41
HSL 208.51º 0.51% 0.39% -
HSV(B) 208.51º 0.67% 0.59% -
XYZ 11.52 12.36 30.63 -
YUV 91.63 160.94 97.6 -
System Red Green Blue C M Y K H S L
Decimal 49 102 150 0.67 0.32 0 0.41 208.51 0.51 0.39
Hex 31 66 96 43 20 0 29 D1 33 27
Octal 61 146 226 103 40 0 51 321 63 47
Binary 110001 1100110 10010110 1000011 100000 0 101001 11010001 110011 100111

Color Harmonies of #316696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316696

Black with #316696

Text Example


Text Example

White with #316696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316696; }

 p { color: rgb(49,102,150); }

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

background-color css

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

 a { background-color: rgb(49,102,150); }

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

border-color css

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

 span { border-color: rgb(49,102,150); }

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