#3B719B

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

Shades of Lochmara #3B719B

Tints of Lochmara #3B719B

Color information

#3B719B (or 0x3B719B) is unknown color: approx Lochmara. HEX triplet: 3B, 71 and 9B. RGB value is (59,113,155). Sum of RGB (Red+Green+Blue) = 59+113+155=327 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.04% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B719B is #C48E64. Grayscale: #656565. Windows color (decimal): -12881509 or 10187067. OLE color: 10187067.

HSL color Cylindrical-coordinate representation of color #3B719B: hue angle of 206.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 #3B719B is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB59113155-
CMYK0.620.2700.39
HSL206.25º44.86%41.96%-
HSV(B)206.25º61.94%60.78%-
XYZ13.6315.1133.21-
YUV101.64158.1197.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.04%
GREEN value IS 113 (44.53% from 255) = 34.56%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=18.04%
G=34.56%
B=47.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591131550.620.2700.39206.2544.8641.96
Hex3B719B3E1B027ce2d2a
Octal7316123376330473165552
Binary11101111100011001101111111011011010011111001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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