#31769E

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

Shades of Lochmara #31769E

Tints of Lochmara #31769E

Color information

#31769E (or 0x31769E) is unknown color: approx Lochmara. HEX triplet: 31, 76 and 9E. RGB value is (49,118,158). Sum of RGB (Red+Green+Blue) = 49+118+158=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #31769E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31769E is #CE8961. Grayscale: #656565. Windows color (decimal): -13535586 or 10384945. OLE color: 10384945.

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

Color convert

RGB49118158-
CMYK0.690.2500.38
HSL202.02º52.66%40.59%-
HSV(B)202.02º68.99%61.96%-
XYZ13.9216.0834.72-
YUV101.93159.6490.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=15.08%
G=36.31%
B=48.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491181580.690.2500.38202.0252.6640.59
Hex31769E4519026ca3529
Octal61166236105310463126551
Binary110001111011010011110100010111001010011011001010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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