Html Css Color HEX #316299 Lochmara

📋 copy color: '#316299'

red 49 ◦ green 98 ◦ blue 153

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

Shades of Lochmara #316299

Tints of Lochmara #316299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.67%

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

R = 16.33%
G = 32.67%
B = 51%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316299 (or 0x316299) is known color: Lochmara. HEX triplet: 31, 62 and 99. RGB value is (49,98,153). Sum of RGB (Red+Green+Blue) = 49+98+153=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 98 (38.67% from 255 or 32.67% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #316299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316299 is #CE9D66. Grayscale: #595959. Windows color (decimal): -13540711 or 10052145. OLE color: 10052145.

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

Color convert

RGB 49 98 153 -
CMYK 0.68 0.36 0 0.4
HSL 211.73º 0.51% 0.4% -
HSV(B) 211.73º 0.68% 0.6% -
XYZ 11.38 11.69 31.79 -
YUV 89.62 163.77 99.03 -
System Red Green Blue C M Y K H S L
Decimal 49 98 153 0.68 0.36 0 0.4 211.73 0.51 0.4
Hex 31 62 99 44 24 0 28 D4 33 28
Octal 61 142 231 104 44 0 50 324 63 50
Binary 110001 1100010 10011001 1000100 100100 0 101000 11010100 110011 101000

Color Harmonies of #316299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316299

Black with #316299

Text Example


Text Example

White with #316299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316299; }

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

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

background-color css

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

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

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

border-color css

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

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

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