#3B6994

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

Shades of Lochmara #3B6994

Tints of Lochmara #3B6994

Color information

#3B6994 (or 0x3B6994) is unknown color: approx Lochmara. HEX triplet: 3B, 69 and 94. RGB value is (59,105,148). Sum of RGB (Red+Green+Blue) = 59+105+148=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B6994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6994 is #C4966B. Grayscale: #5F5F5F. Windows color (decimal): -12883564 or 9726267. OLE color: 9726267.

HSL color Cylindrical-coordinate representation of color #3B6994: hue angle of 208.99º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B6994 is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB59105148-
CMYK0.600.2900.42
HSL208.99º43%40.59%-
HSV(B)208.99º60.14%58.04%-
XYZ12.213.1729.92-
YUV96.15157.26101.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.91%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 148 (58.20% from 255) = 47.44%
R=18.91%
G=33.65%
B=47.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal591051480.600.2900.42208.994340.59
Hex3B69943C1D02Ad12b29
Octal7315122474350523215351
Binary11101111010011001010011110011101010101011010001101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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