Html Css Color HEX #316BAE Lochmara

📋 copy color: '#316BAE'

red 49 ◦ green 107 ◦ blue 174

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

Shades of Lochmara #316BAE

Tints of Lochmara #316BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.73%

R = 14.85%
G = 32.42%
B = 52.73%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#316BAE (or 0x316BAE) is known color: Lochmara. HEX triplet: 31, 6B and AE. RGB value is (49,107,174). Sum of RGB (Red+Green+Blue) = 49+107+174=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 174 (68.36% from 255 or 52.73% from 330); Max value from RGB is 174 - color contains mainly: blue. Hex color #316BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316BAE is #CE9451. Grayscale: #606060. Windows color (decimal): -13538386 or 11430705. OLE color: 11430705.

HSL color Cylindrical-coordinate representation of color #316BAE: hue angle of 212.16º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316BAE is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 49 107 174 -
CMYK 0.72 0.39 0 0.32
HSL 212.16º 0.56% 0.44% -
HSV(B) 212.16º 0.72% 0.68% -
XYZ 14.16 14.22 42.04 -
YUV 97.3 171.28 93.55 -
System Red Green Blue C M Y K H S L
Decimal 49 107 174 0.72 0.39 0 0.32 212.16 0.56 0.44
Hex 31 6B AE 48 27 0 20 D4 38 2C
Octal 61 153 256 110 47 0 40 324 70 54
Binary 110001 1101011 10101110 1001000 100111 0 100000 11010100 111000 101100

Color Harmonies of #316BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BAE

Black with #316BAE

Text Example


Text Example

White with #316BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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