#3D719C

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

Shades of Lochmara #3D719C

Tints of Lochmara #3D719C

Color information

#3D719C (or 0x3D719C) is unknown color: approx Lochmara. HEX triplet: 3D, 71 and 9C. RGB value is (61,113,156). Sum of RGB (Red+Green+Blue) = 61+113+156=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D719C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D719C is #C28E63. Grayscale: #666666. Windows color (decimal): -12750436 or 10252605. OLE color: 10252605.

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

Color convert

RGB61113156-
CMYK0.610.2800.39
HSL207.16º43.78%42.55%-
HSV(B)207.16º60.9%61.18%-
XYZ13.8315.233.66-
YUV102.35158.2798.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=18.48%
G=34.24%
B=47.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611131560.610.2800.39207.1643.7842.55
Hex3D719C3D1C027cf2c2b
Octal7516123475340473175453
Binary11110111100011001110011110111100010011111001111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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