#3D6B9C

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

Shades of Lochmara #3D6B9C

Tints of Lochmara #3D6B9C

Color information

#3D6B9C (or 0x3D6B9C) is unknown color: approx Lochmara. HEX triplet: 3D, 6B and 9C. RGB value is (61,107,156). Sum of RGB (Red+Green+Blue) = 61+107+156=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #3D6B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6B9C is #C29463. Grayscale: #626262. Windows color (decimal): -12751972 or 10251069. OLE color: 10251069.

HSL color Cylindrical-coordinate representation of color #3D6B9C: hue angle of 210.95º 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 #3D6B9C is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB61107156-
CMYK0.610.3100.39
HSL210.95º43.78%42.55%-
HSV(B)210.95º60.9%61.18%-
XYZ13.1813.9133.44-
YUV98.83160.26101.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 156 (61.33% from 255) = 48.15%
R=18.83%
G=33.02%
B=48.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal611071560.610.3100.39210.9543.7842.55
Hex3D6B9C3D1F027d32c2b
Octal7515323475370473235453
Binary11110111010111001110011110111111010011111010011101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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