Html Css Color HEX #316B9C Lochmara

📋 copy color: '#316B9C'

red 49 ◦ green 107 ◦ blue 156

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

Shades of Lochmara #316B9C

Tints of Lochmara #316B9C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 156 (61.33% from 255) = 50%

R = 15.71%
G = 34.29%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#316B9C (or 0x316B9C) is known color: Lochmara. HEX triplet: 31, 6B and 9C. RGB value is (49,107,156). Sum of RGB (Red+Green+Blue) = 49+107+156=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #316B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B9C is #CE9463. Grayscale: #5E5E5E. Windows color (decimal): -13538404 or 10251057. OLE color: 10251057.

HSL color Cylindrical-coordinate representation of color #316B9C: hue angle of 207.48º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #316B9C is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 107 156 -
CMYK 0.69 0.31 0 0.39
HSL 207.48º 0.52% 0.4% -
HSV(B) 207.48º 0.69% 0.61% -
XYZ 12.53 13.57 33.41 -
YUV 95.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 49 107 156 0.69 0.31 0 0.39 207.48 0.52 0.4
Hex 31 6B 9C 45 1F 0 27 CF 34 28
Octal 61 153 234 105 37 0 47 317 64 50
Binary 110001 1101011 10011100 1000101 11111 0 100111 11001111 110100 101000

Color Harmonies of #316B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B9C

Black with #316B9C

Text Example


Text Example

White with #316B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,107,156); }

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

background-color css

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

 a { background-color: rgb(49,107,156); }

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

border-color css

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

 span { border-color: rgb(49,107,156); }

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