#3B699B

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

Shades of Lochmara #3B699B

Tints of Lochmara #3B699B

Color information

#3B699B (or 0x3B699B) is unknown color: approx Lochmara. HEX triplet: 3B, 69 and 9B. RGB value is (59,105,155). Sum of RGB (Red+Green+Blue) = 59+105+155=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B699B is #C49664. Grayscale: #606060. Windows color (decimal): -12883557 or 10185019. OLE color: 10185019.

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

Color convert

RGB59105155-
CMYK0.620.3200.39
HSL211.25º44.86%41.96%-
HSV(B)211.25º61.94%60.78%-
XYZ12.7713.432.92-
YUV96.95160.76100.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.50%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=18.50%
G=32.92%
B=48.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591051550.620.3200.39211.2544.8641.96
Hex3B699B3E20027d32d2a
Octal7315123376400473235552
Binary111011110100110011011111110100000010011111010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,105,155); }

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

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

 a { background-color: rgb(59,105,155); }

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

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

 span { border-color: rgb(59,105,155); }

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