Html Css Color HEX #316899 Lochmara

📋 copy color: '#316899'

red 49 ◦ green 104 ◦ blue 153

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

Shades of Lochmara #316899

Tints of Lochmara #316899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.99%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 16.01%
G = 33.99%
B = 50%

CMYK

 C value IS 0.68

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316899 (or 0x316899) is known color: Lochmara. HEX triplet: 31, 68 and 99. RGB value is (49,104,153). Sum of RGB (Red+Green+Blue) = 49+104+153=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #316899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316899 is #CE9766. Grayscale: #5C5C5C. Windows color (decimal): -13539175 or 10053681. OLE color: 10053681.

HSL color Cylindrical-coordinate representation of color #316899: hue angle of 208.27º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316899 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 104 153 -
CMYK 0.68 0.32 0 0.4
HSL 208.27º 0.51% 0.4% -
HSV(B) 208.27º 0.68% 0.6% -
XYZ 11.97 12.85 31.99 -
YUV 93.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 49 104 153 0.68 0.32 0 0.4 208.27 0.51 0.4
Hex 31 68 99 44 20 0 28 D0 33 28
Octal 61 150 231 104 40 0 50 320 63 50
Binary 110001 1101000 10011001 1000100 100000 0 101000 11010000 110011 101000

Color Harmonies of #316899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316899

Black with #316899

Text Example


Text Example

White with #316899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316899; }

 p { color: rgb(49,104,153); }

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

background-color css

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

 a { background-color: rgb(49,104,153); }

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

border-color css

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

 span { border-color: rgb(49,104,153); }

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