Html Css Color HEX #316BAB Lochmara

📋 copy color: '#316BAB'

red 49 ◦ green 107 ◦ blue 171

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

Shades of Lochmara #316BAB

Tints of Lochmara #316BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.72%

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

R = 14.98%
G = 32.72%
B = 52.29%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#316BAB (or 0x316BAB) is known color: Lochmara. HEX triplet: 31, 6B and AB. RGB value is (49,107,171). Sum of RGB (Red+Green+Blue) = 49+107+171=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 107 (42.19% from 255 or 32.72% from 327); Blue value is 171 (67.19% from 255 or 52.29% from 327); Max value from RGB is 171 - color contains mainly: blue. Hex color #316BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316BAB is #CE9454. Grayscale: #606060. Windows color (decimal): -13538389 or 11234097. OLE color: 11234097.

HSL color Cylindrical-coordinate representation of color #316BAB: hue angle of 211.48º 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 #316BAB is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 49 107 171 -
CMYK 0.71 0.37 0 0.33
HSL 211.48º 0.55% 0.43% -
HSV(B) 211.48º 0.71% 0.67% -
XYZ 13.88 14.11 40.52 -
YUV 96.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 49 107 171 0.71 0.37 0 0.33 211.48 0.55 0.43
Hex 31 6B AB 47 25 0 21 D3 37 2B
Octal 61 153 253 107 45 0 41 323 67 53
Binary 110001 1101011 10101011 1000111 100101 0 100001 11010011 110111 101011

Color Harmonies of #316BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BAB

Black with #316BAB

Text Example


Text Example

White with #316BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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