#3B699A

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

Shades of Lochmara #3B699A

Tints of Lochmara #3B699A

Color information

#3B699A (or 0x3B699A) is unknown color: approx Lochmara. HEX triplet: 3B, 69 and 9A. RGB value is (59,105,154). Sum of RGB (Red+Green+Blue) = 59+105+154=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B699A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B699A is #C49665. Grayscale: #606060. Windows color (decimal): -12883558 or 10119483. OLE color: 10119483.

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

Color convert

RGB59105154-
CMYK0.620.3200.40
HSL210.95º44.6%41.76%-
HSV(B)210.95º61.69%60.39%-
XYZ12.6913.3732.48-
YUV96.83160.26101.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=18.55%
G=33.02%
B=48.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591051540.620.3200.40210.9544.641.76
Hex3B699A3E20028d32d2a
Octal7315123276400503235552
Binary111011110100110011010111110100000010100011010011101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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