Html Css Color HEX #31699D Lochmara

📋 copy color: '#31699D'

red 49 ◦ green 105 ◦ blue 157

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

Shades of Lochmara #31699D

Tints of Lochmara #31699D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 15.76%
G = 33.76%
B = 50.48%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31699D (or 0x31699D) is known color: Lochmara. HEX triplet: 31, 69 and 9D. RGB value is (49,105,157). Sum of RGB (Red+Green+Blue) = 49+105+157=311 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.76% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #31699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31699D is #CE9662. Grayscale: #5D5D5D. Windows color (decimal): -13538915 or 10316081. OLE color: 10316081.

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

Color convert

RGB 49 105 157 -
CMYK 0.69 0.33 0 0.38
HSL 208.89º 0.52% 0.4% -
HSV(B) 208.89º 0.69% 0.62% -
XYZ 12.4 13.19 33.79 -
YUV 94.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 49 105 157 0.69 0.33 0 0.38 208.89 0.52 0.4
Hex 31 69 9D 45 21 0 26 D1 34 28
Octal 61 151 235 105 41 0 46 321 64 50
Binary 110001 1101001 10011101 1000101 100001 0 100110 11010001 110100 101000

Color Harmonies of #31699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31699D

Black with #31699D

Text Example


Text Example

White with #31699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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