Html Css Color HEX #316EBA Lochmara

📋 copy color: '#316EBA'

red 49 ◦ green 110 ◦ blue 186

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

Shades of Lochmara #316EBA

Tints of Lochmara #316EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.88%

 BLUE value IS 186 (73.05% from 255) = 53.91%

R = 14.2%
G = 31.88%
B = 53.91%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#316EBA (or 0x316EBA) is known color: Lochmara. HEX triplet: 31, 6E and BA. RGB value is (49,110,186). Sum of RGB (Red+Green+Blue) = 49+110+186=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #316EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316EBA is #CE9145. Grayscale: #646464. Windows color (decimal): -13537606 or 12217905. OLE color: 12217905.

HSL color Cylindrical-coordinate representation of color #316EBA: hue angle of 213.28º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316EBA is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 49 110 186 -
CMYK 0.74 0.41 0 0.27
HSL 213.28º 0.58% 0.46% -
HSV(B) 213.28º 0.74% 0.73% -
XYZ 15.71 15.35 48.59 -
YUV 100.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 49 110 186 0.74 0.41 0 0.27 213.28 0.58 0.46
Hex 31 6E BA 4A 29 0 1B D5 3A 2E
Octal 61 156 272 112 51 0 33 325 72 56
Binary 110001 1101110 10111010 1001010 101001 0 11011 11010101 111010 101110

Color Harmonies of #316EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316EBA

Black with #316EBA

Text Example


Text Example

White with #316EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,110,186); }

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

background-color css

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

 a { background-color: rgb(49,110,186); }

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

border-color css

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

 span { border-color: rgb(49,110,186); }

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