Html Css Color HEX #316CAC Lochmara

📋 copy color: '#316CAC'

red 49 ◦ green 108 ◦ blue 172

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

Shades of Lochmara #316CAC

Tints of Lochmara #316CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 14.89%
G = 32.83%
B = 52.28%

CMYK

 C value IS 0.72

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#316CAC (or 0x316CAC) is known color: Lochmara. HEX triplet: 31, 6C and AC. RGB value is (49,108,172). Sum of RGB (Red+Green+Blue) = 49+108+172=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #316CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316CAC is #CE9353. Grayscale: #616161. Windows color (decimal): -13538132 or 11299889. OLE color: 11299889.

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

Color convert

RGB 49 108 172 -
CMYK 0.72 0.37 0 0.33
HSL 211.22º 0.56% 0.43% -
HSV(B) 211.22º 0.72% 0.67% -
XYZ 14.08 14.36 41.06 -
YUV 97.66 169.95 93.3 -
System Red Green Blue C M Y K H S L
Decimal 49 108 172 0.72 0.37 0 0.33 211.22 0.56 0.43
Hex 31 6C AC 48 25 0 21 D3 38 2B
Octal 61 154 254 110 45 0 41 323 70 53
Binary 110001 1101100 10101100 1001000 100101 0 100001 11010011 111000 101011

Color Harmonies of #316CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CAC

Black with #316CAC

Text Example


Text Example

White with #316CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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