#3D779B

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

Shades of Lochmara #3D779B

Tints of Lochmara #3D779B

Color information

#3D779B (or 0x3D779B) is unknown color: approx Lochmara. HEX triplet: 3D, 77 and 9B. RGB value is (61,119,155). Sum of RGB (Red+Green+Blue) = 61+119+155=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D779B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D779B is #C28864. Grayscale: #696969. Windows color (decimal): -12748901 or 10188605. OLE color: 10188605.

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

Color convert

RGB61119155-
CMYK0.610.2300.39
HSL202.98º43.52%42.35%-
HSV(B)202.98º60.65%60.78%-
XYZ14.4416.5533.44-
YUV105.76155.7896.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.21%
GREEN value IS 119 (46.88% from 255) = 35.52%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=18.21%
G=35.52%
B=46.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611191550.610.2300.39202.9843.5242.35
Hex3D779B3D17027cb2c2a
Octal7516723375270473135452
Binary11110111101111001101111110110111010011111001011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,119,155); }

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

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

 a { background-color: rgb(61,119,155); }

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

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

 span { border-color: rgb(61,119,155); }

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