Html Css Color HEX #316893 Lochmara

📋 copy color: '#316893'

red 49 ◦ green 104 ◦ blue 147

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

Shades of Lochmara #316893

Tints of Lochmara #316893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49%

R = 16.33%
G = 34.67%
B = 49%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#316893 (or 0x316893) is known color: Lochmara. HEX triplet: 31, 68 and 93. RGB value is (49,104,147). Sum of RGB (Red+Green+Blue) = 49+104+147=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #316893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316893 is #CE976C. Grayscale: #5C5C5C. Windows color (decimal): -13539181 or 9660465. OLE color: 9660465.

HSL color Cylindrical-coordinate representation of color #316893: hue angle of 206.33º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #316893 is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 104 147 -
CMYK 0.67 0.29 0 0.42
HSL 206.33º 0.5% 0.38% -
HSV(B) 206.33º 0.67% 0.58% -
XYZ 11.48 12.66 29.44 -
YUV 92.46 158.78 97 -
System Red Green Blue C M Y K H S L
Decimal 49 104 147 0.67 0.29 0 0.42 206.33 0.5 0.38
Hex 31 68 93 43 1D 0 2A CE 32 26
Octal 61 150 223 103 35 0 52 316 62 46
Binary 110001 1101000 10010011 1000011 11101 0 101010 11001110 110010 100110

Color Harmonies of #316893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316893

Black with #316893

Text Example


Text Example

White with #316893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316893; }

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

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

background-color css

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

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

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

border-color css

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

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

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