#3B739D

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

Shades of Lochmara #3B739D

Tints of Lochmara #3B739D

Color information

#3B739D (or 0x3B739D) is unknown color: approx Lochmara. HEX triplet: 3B, 73 and 9D. RGB value is (59,115,157). Sum of RGB (Red+Green+Blue) = 59+115+157=331 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.82% from 331); Green value is 115 (45.31% from 255 or 34.74% from 331); Blue value is 157 (61.72% from 255 or 47.43% from 331); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B739D is #C48C62. Grayscale: #666666. Windows color (decimal): -12880995 or 10318651. OLE color: 10318651.

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

Color convert

RGB59115157-
CMYK0.620.2700.38
HSL205.71º45.37%42.35%-
HSV(B)205.71º62.42%61.57%-
XYZ14.0215.6334.18-
YUV103.04158.4596.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.82%
GREEN value IS 115 (45.31% from 255) = 34.74%
BLUE value IS 157 (61.72% from 255) = 47.43%
R=17.82%
G=34.74%
B=47.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591151570.620.2700.38205.7145.3742.35
Hex3B739D3E1B026ce2d2a
Octal7316323576330463165552
Binary11101111100111001110111111011011010011011001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,115,157); }

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

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

 a { background-color: rgb(59,115,157); }

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

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

 span { border-color: rgb(59,115,157); }

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