#31769F

Color #31769F Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #31769F

Tints of Lochmara #31769F

Color information

#31769F (or 0x31769F) is unknown color: approx Lochmara. HEX triplet: 31, 76 and 9F. RGB value is (49,118,159). Sum of RGB (Red+Green+Blue) = 49+118+159=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #31769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769F is #CE8960. Grayscale: #656565. Windows color (decimal): -13535585 or 10450481. OLE color: 10450481.

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

Color convert

RGB49118159-
CMYK0.690.2600.38
HSL202.36º52.88%40.78%-
HSV(B)202.36º69.18%62.35%-
XYZ1416.1135.17-
YUV102.04160.1490.17-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.03%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 159 (62.5% from 255) = 48.77%
R=15.03%
G=36.20%
B=48.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491181590.690.2600.38202.3652.8840.78
Hex31769F451A026ca3529
Octal61166237105320463126551
Binary110001111011010011111100010111010010011011001010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31769F;
 }
 .AnyTagClassName
 {
   color: #31769F;
 }
</style>
background-color css

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

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

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

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

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

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