Html Css Color HEX #31689D Lochmara

📋 copy color: '#31689D'

red 49 ◦ green 104 ◦ blue 157

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

Shades of Lochmara #31689D

Tints of Lochmara #31689D

RGB

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

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

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

R = 15.81%
G = 33.55%
B = 50.65%

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

#31689D (or 0x31689D) is known color: Lochmara. HEX triplet: 31, 68 and 9D. RGB value is (49,104,157). Sum of RGB (Red+Green+Blue) = 49+104+157=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #31689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31689D is #CE9762. Grayscale: #5D5D5D. Windows color (decimal): -13539171 or 10315825. OLE color: 10315825.

HSL color Cylindrical-coordinate representation of color #31689D: hue angle of 209.44º 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 #31689D is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 49 104 157 -
CMYK 0.69 0.34 0 0.38
HSL 209.44º 0.52% 0.4% -
HSV(B) 209.44º 0.69% 0.62% -
XYZ 12.3 12.99 33.76 -
YUV 93.6 163.78 96.19 -
System Red Green Blue C M Y K H S L
Decimal 49 104 157 0.69 0.34 0 0.38 209.44 0.52 0.4
Hex 31 68 9D 45 22 0 26 D1 34 28
Octal 61 150 235 105 42 0 46 321 64 50
Binary 110001 1101000 10011101 1000101 100010 0 100110 11010001 110100 101000

Color Harmonies of #31689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31689D

Black with #31689D

Text Example


Text Example

White with #31689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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