#3D719E

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

Shades of Lochmara #3D719E

Tints of Lochmara #3D719E

Color information

#3D719E (or 0x3D719E) is unknown color: approx Lochmara. HEX triplet: 3D, 71 and 9E. RGB value is (61,113,158). Sum of RGB (Red+Green+Blue) = 61+113+158=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D719E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D719E is #C28E61. Grayscale: #666666. Windows color (decimal): -12750434 or 10383677. OLE color: 10383677.

HSL color Cylindrical-coordinate representation of color #3D719E: hue angle of 207.84º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D719E is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB61113158-
CMYK0.610.2800.38
HSL207.84º44.29%42.94%-
HSV(B)207.84º61.39%61.96%-
XYZ1415.2734.56-
YUV102.58159.2798.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.37%
GREEN value IS 113 (44.53% from 255) = 34.04%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=18.37%
G=34.04%
B=47.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611131580.610.2800.38207.8444.2942.94
Hex3D719E3D1C026d02c2b
Octal7516123675340463205453
Binary11110111100011001111011110111100010011011010000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D719E; }

 p { color: rgb(61,113,158); }

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

<style>
 a { background-color: #3D719E; }

 a { background-color: rgb(61,113,158); }

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

<style>
 span { border-color: #3D719E; }

 span { border-color: rgb(61,113,158); }

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