Html Css Color HEX #316FAC Lochmara

📋 copy color: '#316FAC'

red 49 ◦ green 111 ◦ blue 172

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

Shades of Lochmara #316FAC

Tints of Lochmara #316FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.43%

 BLUE value IS 172 (67.58% from 255) = 51.81%

R = 14.76%
G = 33.43%
B = 51.81%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#316FAC (or 0x316FAC) is known color: Lochmara. HEX triplet: 31, 6F and AC. RGB value is (49,111,172). Sum of RGB (Red+Green+Blue) = 49+111+172=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #316FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316FAC is #CE9053. Grayscale: #636363. Windows color (decimal): -13537364 or 11300657. OLE color: 11300657.

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

Color convert

RGB 49 111 172 -
CMYK 0.72 0.35 0 0.33
HSL 209.76º 0.56% 0.43% -
HSV(B) 209.76º 0.72% 0.67% -
XYZ 14.4 15 41.17 -
YUV 99.42 168.96 92.04 -
System Red Green Blue C M Y K H S L
Decimal 49 111 172 0.72 0.35 0 0.33 209.76 0.56 0.43
Hex 31 6F AC 48 23 0 21 D2 38 2B
Octal 61 157 254 110 43 0 41 322 70 53
Binary 110001 1101111 10101100 1001000 100011 0 100001 11010010 111000 101011

Color Harmonies of #316FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316FAC

Black with #316FAC

Text Example


Text Example

White with #316FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,111,172); }

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

background-color css

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

 a { background-color: rgb(49,111,172); }

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

border-color css

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

 span { border-color: rgb(49,111,172); }

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