Html Css Color HEX #316AB3 Lochmara

📋 copy color: '#316AB3'

red 49 ◦ green 106 ◦ blue 179

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

Shades of Lochmara #316AB3

Tints of Lochmara #316AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 14.67%
G = 31.74%
B = 53.59%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#316AB3 (or 0x316AB3) is known color: Lochmara. HEX triplet: 31, 6A and B3. RGB value is (49,106,179). Sum of RGB (Red+Green+Blue) = 49+106+179=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #316AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316AB3 is #CE954C. Grayscale: #606060. Windows color (decimal): -13538637 or 11758129. OLE color: 11758129.

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

Color convert

RGB 49 106 179 -
CMYK 0.73 0.41 0 0.30
HSL 213.69º 0.57% 0.45% -
HSV(B) 213.69º 0.73% 0.7% -
XYZ 14.56 14.22 44.62 -
YUV 97.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 49 106 179 0.73 0.41 0 0.30 213.69 0.57 0.45
Hex 31 6A B3 49 29 0 1E D6 39 2D
Octal 61 152 263 111 51 0 36 326 71 55
Binary 110001 1101010 10110011 1001001 101001 0 11110 11010110 111001 101101

Color Harmonies of #316AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316AB3

Black with #316AB3

Text Example


Text Example

White with #316AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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