Html Css Color HEX #316099 Lochmara

📋 copy color: '#316099'

red 49 ◦ green 96 ◦ blue 153

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

Shades of Lochmara #316099

Tints of Lochmara #316099

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.21%

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

R = 16.44%
G = 32.21%
B = 51.34%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316099 (or 0x316099) is known color: Lochmara. HEX triplet: 31, 60 and 99. RGB value is (49,96,153). Sum of RGB (Red+Green+Blue) = 49+96+153=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 153 (60.16% from 255 or 51.34% from 298); Max value from RGB is 153 - color contains mainly: blue. Hex color #316099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316099 is #CE9F66. Grayscale: #585858. Windows color (decimal): -13541223 or 10051633. OLE color: 10051633.

HSL color Cylindrical-coordinate representation of color #316099: hue angle of 212.88º 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 #316099 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 96 153 -
CMYK 0.68 0.37 0 0.4
HSL 212.88º 0.51% 0.4% -
HSV(B) 212.88º 0.68% 0.6% -
XYZ 11.2 11.32 31.73 -
YUV 88.45 164.43 99.87 -
System Red Green Blue C M Y K H S L
Decimal 49 96 153 0.68 0.37 0 0.4 212.88 0.51 0.4
Hex 31 60 99 44 25 0 28 D5 33 28
Octal 61 140 231 104 45 0 50 325 63 50
Binary 110001 1100000 10011001 1000100 100101 0 101000 11010101 110011 101000

Color Harmonies of #316099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316099

Black with #316099

Text Example


Text Example

White with #316099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316099; }

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

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

background-color css

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

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

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

border-color css

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

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

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