Html Css Color HEX #316CB2 Lochmara

📋 copy color: '#316CB2'

red 49 ◦ green 108 ◦ blue 178

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

Shades of Lochmara #316CB2

Tints of Lochmara #316CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 53.13%

R = 14.63%
G = 32.24%
B = 53.13%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#316CB2 (or 0x316CB2) is known color: Lochmara. HEX triplet: 31, 6C and B2. RGB value is (49,108,178). Sum of RGB (Red+Green+Blue) = 49+108+178=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 178 (69.92% from 255 or 53.13% from 335); Max value from RGB is 178 - color contains mainly: blue. Hex color #316CB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316CB2 is #CE934D. Grayscale: #626262. Windows color (decimal): -13538126 or 11693105. OLE color: 11693105.

HSL color Cylindrical-coordinate representation of color #316CB2: hue angle of 212.56º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #316CB2 is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 49 108 178 -
CMYK 0.72 0.39 0 0.30
HSL 212.56º 0.57% 0.45% -
HSV(B) 212.56º 0.72% 0.7% -
XYZ 14.67 14.59 44.16 -
YUV 98.34 172.95 92.81 -
System Red Green Blue C M Y K H S L
Decimal 49 108 178 0.72 0.39 0 0.30 212.56 0.57 0.45
Hex 31 6C B2 48 27 0 1E D5 39 2D
Octal 61 154 262 110 47 0 36 325 71 55
Binary 110001 1101100 10110010 1001000 100111 0 11110 11010101 111001 101101

Color Harmonies of #316CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316CB2

Black with #316CB2

Text Example


Text Example

White with #316CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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