Html Css Color HEX #316C96 Lochmara

📋 copy color: '#316C96'

red 49 ◦ green 108 ◦ blue 150

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

Shades of Lochmara #316C96

Tints of Lochmara #316C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.18%

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

R = 15.96%
G = 35.18%
B = 48.86%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316C96 (or 0x316C96) is known color: Lochmara. HEX triplet: 31, 6C and 96. RGB value is (49,108,150). Sum of RGB (Red+Green+Blue) = 49+108+150=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #316C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C96 is #CE9369. Grayscale: #5E5E5E. Windows color (decimal): -13538154 or 9858097. OLE color: 9858097.

HSL color Cylindrical-coordinate representation of color #316C96: hue angle of 204.95º 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 #316C96 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 108 150 -
CMYK 0.67 0.28 0 0.41
HSL 204.95º 0.51% 0.39% -
HSV(B) 204.95º 0.67% 0.59% -
XYZ 12.13 13.58 30.84 -
YUV 95.15 158.95 95.08 -
System Red Green Blue C M Y K H S L
Decimal 49 108 150 0.67 0.28 0 0.41 204.95 0.51 0.39
Hex 31 6C 96 43 1C 0 29 CD 33 27
Octal 61 154 226 103 34 0 51 315 63 47
Binary 110001 1101100 10010110 1000011 11100 0 101001 11001101 110011 100111

Color Harmonies of #316C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316C96

Black with #316C96

Text Example


Text Example

White with #316C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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