Html Css Color HEX #316EAB Lochmara

📋 copy color: '#316EAB'

red 49 ◦ green 110 ◦ blue 171

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

Shades of Lochmara #316EAB

Tints of Lochmara #316EAB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 171 (67.19% from 255) = 51.82%

R = 14.85%
G = 33.33%
B = 51.82%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#316EAB (or 0x316EAB) is known color: Lochmara. HEX triplet: 31, 6E and AB. RGB value is (49,110,171). Sum of RGB (Red+Green+Blue) = 49+110+171=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #316EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316EAB is #CE9154. Grayscale: #626262. Windows color (decimal): -13537621 or 11234865. OLE color: 11234865.

HSL color Cylindrical-coordinate representation of color #316EAB: hue angle of 210º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #316EAB is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 110 171 -
CMYK 0.71 0.36 0 0.33
HSL 210º 0.55% 0.43% -
HSV(B) 210º 0.71% 0.67% -
XYZ 14.19 14.75 40.63 -
YUV 98.72 168.79 92.54 -
System Red Green Blue C M Y K H S L
Decimal 49 110 171 0.71 0.36 0 0.33 210 0.55 0.43
Hex 31 6E AB 47 24 0 21 D2 37 2B
Octal 61 156 253 107 44 0 41 322 67 53
Binary 110001 1101110 10101011 1000111 100100 0 100001 11010010 110111 101011

Color Harmonies of #316EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EAB

Black with #316EAB

Text Example


Text Example

White with #316EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,171); }

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

background-color css

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

 a { background-color: rgb(49,110,171); }

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

border-color css

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

 span { border-color: rgb(49,110,171); }

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