Html Css Color HEX #316996 Lochmara

📋 copy color: '#316996'

red 49 ◦ green 105 ◦ blue 150

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

Shades of Lochmara #316996

Tints of Lochmara #316996

RGB

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

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

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

R = 16.12%
G = 34.54%
B = 49.34%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316996 (or 0x316996) is known color: Lochmara. HEX triplet: 31, 69 and 96. RGB value is (49,105,150). Sum of RGB (Red+Green+Blue) = 49+105+150=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #316996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316996 is #CE9669. Grayscale: #5D5D5D. Windows color (decimal): -13538922 or 9857329. OLE color: 9857329.

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

Color convert

RGB 49 105 150 -
CMYK 0.67 0.30 0 0.41
HSL 206.73º 0.51% 0.39% -
HSV(B) 206.73º 0.67% 0.59% -
XYZ 11.82 12.96 30.73 -
YUV 93.39 159.95 96.34 -
System Red Green Blue C M Y K H S L
Decimal 49 105 150 0.67 0.30 0 0.41 206.73 0.51 0.39
Hex 31 69 96 43 1E 0 29 CF 33 27
Octal 61 151 226 103 36 0 51 317 63 47
Binary 110001 1101001 10010110 1000011 11110 0 101001 11001111 110011 100111

Color Harmonies of #316996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316996

Black with #316996

Text Example


Text Example

White with #316996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316996; }

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

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

background-color css

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

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

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

border-color css

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

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

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