Html Css Color HEX #316BAA Lochmara

📋 copy color: '#316BAA'

red 49 ◦ green 107 ◦ blue 170

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

Shades of Lochmara #316BAA

Tints of Lochmara #316BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.15%

R = 15.03%
G = 32.82%
B = 52.15%

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

#316BAA (or 0x316BAA) is known color: Lochmara. HEX triplet: 31, 6B and AA. RGB value is (49,107,170). Sum of RGB (Red+Green+Blue) = 49+107+170=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #316BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316BAA is #CE9455. Grayscale: #606060. Windows color (decimal): -13538390 or 11168561. OLE color: 11168561.

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

Color convert

RGB 49 107 170 -
CMYK 0.71 0.37 0 0.33
HSL 211.24º 0.55% 0.43% -
HSV(B) 211.24º 0.71% 0.67% -
XYZ 13.78 14.07 40.02 -
YUV 96.84 169.28 93.88 -
System Red Green Blue C M Y K H S L
Decimal 49 107 170 0.71 0.37 0 0.33 211.24 0.55 0.43
Hex 31 6B AA 47 25 0 21 D3 37 2B
Octal 61 153 252 107 45 0 41 323 67 53
Binary 110001 1101011 10101010 1000111 100101 0 100001 11010011 110111 101011

Color Harmonies of #316BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316BAA

Black with #316BAA

Text Example


Text Example

White with #316BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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