Html Css Color HEX #316596 Lochmara

📋 copy color: '#316596'

red 49 ◦ green 101 ◦ blue 150

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

Shades of Lochmara #316596

Tints of Lochmara #316596

RGB

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

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

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

R = 16.33%
G = 33.67%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#316596 (or 0x316596) is known color: Lochmara. HEX triplet: 31, 65 and 96. RGB value is (49,101,150). Sum of RGB (Red+Green+Blue) = 49+101+150=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 101 (39.84% from 255 or 33.67% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #316596 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316596 is #CE9A69. Grayscale: #5A5A5A. Windows color (decimal): -13539946 or 9856305. OLE color: 9856305.

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

Color convert

RGB 49 101 150 -
CMYK 0.67 0.33 0 0.41
HSL 209.11º 0.51% 0.39% -
HSV(B) 209.11º 0.67% 0.59% -
XYZ 11.43 12.16 30.6 -
YUV 91.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 49 101 150 0.67 0.33 0 0.41 209.11 0.51 0.39
Hex 31 65 96 43 21 0 29 D1 33 27
Octal 61 145 226 103 41 0 51 321 63 47
Binary 110001 1100101 10010110 1000011 100001 0 101001 11010001 110011 100111

Color Harmonies of #316596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316596

Black with #316596

Text Example


Text Example

White with #316596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316596; }

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

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

background-color css

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

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

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

border-color css

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

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

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