Html Css Color HEX #31739F Lochmara

📋 copy color: '#31739F'

red 49 ◦ green 115 ◦ blue 159

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

Shades of Lochmara #31739F

Tints of Lochmara #31739F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

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

R = 15.17%
G = 35.6%
B = 49.23%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31739F (or 0x31739F) is known color: Lochmara. HEX triplet: 31, 73 and 9F. RGB value is (49,115,159). Sum of RGB (Red+Green+Blue) = 49+115+159=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #31739F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31739F is #CE8C60. Grayscale: #646464. Windows color (decimal): -13536353 or 10449713. OLE color: 10449713.

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

Color convert

RGB 49 115 159 -
CMYK 0.69 0.28 0 0.38
HSL 204º 0.53% 0.41% -
HSV(B) 204º 0.69% 0.62% -
XYZ 13.66 15.42 35.06 -
YUV 100.28 161.13 91.42 -
System Red Green Blue C M Y K H S L
Decimal 49 115 159 0.69 0.28 0 0.38 204 0.53 0.41
Hex 31 73 9F 45 1C 0 26 CC 35 29
Octal 61 163 237 105 34 0 46 314 65 51
Binary 110001 1110011 10011111 1000101 11100 0 100110 11001100 110101 101001

Color Harmonies of #31739F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31739F

Black with #31739F

Text Example


Text Example

White with #31739F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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