#3B719A

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

Shades of Lochmara #3B719A

Tints of Lochmara #3B719A

Color information

#3B719A (or 0x3B719A) is unknown color: approx Lochmara. HEX triplet: 3B, 71 and 9A. RGB value is (59,113,154). Sum of RGB (Red+Green+Blue) = 59+113+154=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 154 (60.55% from 255 or 47.24% from 326); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B719A is #C48E65. Grayscale: #656565. Windows color (decimal): -12881510 or 10121531. OLE color: 10121531.

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

Color convert

RGB59113154-
CMYK0.620.2700.40
HSL205.89º44.6%41.76%-
HSV(B)205.89º61.69%60.39%-
XYZ13.5415.0732.77-
YUV101.53157.6197.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 113 (44.53% from 255) = 34.66%
BLUE value IS 154 (60.55% from 255) = 47.24%
R=18.10%
G=34.66%
B=47.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal591131540.620.2700.40205.8944.641.76
Hex3B719A3E1B028ce2d2a
Octal7316123276330503165552
Binary11101111100011001101011111011011010100011001110101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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