Html Css Color HEX #31699F Lochmara

📋 copy color: '#31699F'

red 49 ◦ green 105 ◦ blue 159

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

Shades of Lochmara #31699F

Tints of Lochmara #31699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 15.65%
G = 33.55%
B = 50.8%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31699F (or 0x31699F) is known color: Lochmara. HEX triplet: 31, 69 and 9F. RGB value is (49,105,159). Sum of RGB (Red+Green+Blue) = 49+105+159=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #31699F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31699F is #CE9660. Grayscale: #5E5E5E. Windows color (decimal): -13538913 or 10447153. OLE color: 10447153.

HSL color Cylindrical-coordinate representation of color #31699F: hue angle of 209.45º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #31699F is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 105 159 -
CMYK 0.69 0.34 0 0.38
HSL 209.45º 0.53% 0.41% -
HSV(B) 209.45º 0.69% 0.62% -
XYZ 12.58 13.26 34.7 -
YUV 94.41 164.45 95.61 -
System Red Green Blue C M Y K H S L
Decimal 49 105 159 0.69 0.34 0 0.38 209.45 0.53 0.41
Hex 31 69 9F 45 22 0 26 D1 35 29
Octal 61 151 237 105 42 0 46 321 65 51
Binary 110001 1101001 10011111 1000101 100010 0 100110 11010001 110101 101001

Color Harmonies of #31699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31699F

Black with #31699F

Text Example


Text Example

White with #31699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31699F; }

 p { color: rgb(49,105,159); }

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

background-color css

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

 a { background-color: rgb(49,105,159); }

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

border-color css

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

 span { border-color: rgb(49,105,159); }

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