Html Css Color HEX #31759F Lochmara

📋 copy color: '#31759F'

red 49 ◦ green 117 ◦ blue 159

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

Shades of Lochmara #31759F

Tints of Lochmara #31759F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 15.08%
G = 36%
B = 48.92%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#31759F (or 0x31759F) is known color: Lochmara. HEX triplet: 31, 75 and 9F. RGB value is (49,117,159). Sum of RGB (Red+Green+Blue) = 49+117+159=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #31759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31759F is #CE8A60. Grayscale: #656565. Windows color (decimal): -13535841 or 10450225. OLE color: 10450225.

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

Color convert

RGB 49 117 159 -
CMYK 0.69 0.26 0 0.38
HSL 202.91º 0.53% 0.41% -
HSV(B) 202.91º 0.69% 0.62% -
XYZ 13.89 15.88 35.13 -
YUV 101.46 160.47 90.58 -
System Red Green Blue C M Y K H S L
Decimal 49 117 159 0.69 0.26 0 0.38 202.91 0.53 0.41
Hex 31 75 9F 45 1A 0 26 CB 35 29
Octal 61 165 237 105 32 0 46 313 65 51
Binary 110001 1110101 10011111 1000101 11010 0 100110 11001011 110101 101001

Color Harmonies of #31759F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31759F

Black with #31759F

Text Example


Text Example

White with #31759F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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