Html Css Color HEX #316AB8 Lochmara

📋 copy color: '#316AB8'

red 49 ◦ green 106 ◦ blue 184

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

Shades of Lochmara #316AB8

Tints of Lochmara #316AB8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.27%

 BLUE value IS 184 (72.27% from 255) = 54.28%

R = 14.45%
G = 31.27%
B = 54.28%

CMYK

 C value IS 0.73

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#316AB8 (or 0x316AB8) is known color: Lochmara. HEX triplet: 31, 6A and B8. RGB value is (49,106,184). Sum of RGB (Red+Green+Blue) = 49+106+184=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 184 (72.27% from 255 or 54.28% from 339); Max value from RGB is 184 - color contains mainly: blue. Hex color #316AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AB8 is #CE9547. Grayscale: #616161. Windows color (decimal): -13538632 or 12085809. OLE color: 12085809.

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

Color convert

RGB 49 106 184 -
CMYK 0.73 0.42 0 0.28
HSL 214.67º 0.58% 0.46% -
HSV(B) 214.67º 0.73% 0.72% -
XYZ 15.07 14.42 47.34 -
YUV 97.85 176.62 93.16 -
System Red Green Blue C M Y K H S L
Decimal 49 106 184 0.73 0.42 0 0.28 214.67 0.58 0.46
Hex 31 6A B8 49 2A 0 1C D7 3A 2E
Octal 61 152 270 111 52 0 34 327 72 56
Binary 110001 1101010 10111000 1001001 101010 0 11100 11010111 111010 101110

Color Harmonies of #316AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AB8

Black with #316AB8

Text Example


Text Example

White with #316AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,106,184); }

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

background-color css

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

 a { background-color: rgb(49,106,184); }

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

border-color css

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

 span { border-color: rgb(49,106,184); }

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