Html Css Color HEX #316799 Lochmara

📋 copy color: '#316799'

red 49 ◦ green 103 ◦ blue 153

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

Shades of Lochmara #316799

Tints of Lochmara #316799

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 16.07%
G = 33.77%
B = 50.16%

CMYK

 C value IS 0.68

 M value IS 0.33

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#316799 (or 0x316799) is known color: Lochmara. HEX triplet: 31, 67 and 99. RGB value is (49,103,153). Sum of RGB (Red+Green+Blue) = 49+103+153=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #316799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316799 is #CE9866. Grayscale: #5C5C5C. Windows color (decimal): -13539431 or 10053425. OLE color: 10053425.

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

Color convert

RGB 49 103 153 -
CMYK 0.68 0.33 0 0.4
HSL 208.85º 0.51% 0.4% -
HSV(B) 208.85º 0.68% 0.6% -
XYZ 11.87 12.65 31.95 -
YUV 92.55 162.11 96.93 -
System Red Green Blue C M Y K H S L
Decimal 49 103 153 0.68 0.33 0 0.4 208.85 0.51 0.4
Hex 31 67 99 44 21 0 28 D1 33 28
Octal 61 147 231 104 41 0 50 321 63 50
Binary 110001 1100111 10011001 1000100 100001 0 101000 11010001 110011 101000

Color Harmonies of #316799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316799

Black with #316799

Text Example


Text Example

White with #316799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316799; }

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

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

background-color css

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

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

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

border-color css

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

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

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