#3D6B9B

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

Shades of Lochmara #3D6B9B

Tints of Lochmara #3D6B9B

Color information

#3D6B9B (or 0x3D6B9B) is unknown color: approx Lochmara. HEX triplet: 3D, 6B and 9B. RGB value is (61,107,155). Sum of RGB (Red+Green+Blue) = 61+107+155=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #3D6B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D6B9B is #C29464. Grayscale: #626262. Windows color (decimal): -12751973 or 10185533. OLE color: 10185533.

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

Color convert

RGB61107155-
CMYK0.610.3100.39
HSL210.64º43.52%42.35%-
HSV(B)210.64º60.65%60.78%-
XYZ13.113.8733-
YUV98.72159.76101.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=18.89%
G=33.13%
B=47.99%

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
Decimal611071550.610.3100.39210.6443.5242.35
Hex3D6B9B3D1F027d32c2a
Octal7515323375370473235452
Binary11110111010111001101111110111111010011111010011101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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