#39719B

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

Shades of Lochmara #39719B

Tints of Lochmara #39719B

Color information

#39719B (or 0x39719B) is unknown color: approx Lochmara. HEX triplet: 39, 71 and 9B. RGB value is (57,113,155). Sum of RGB (Red+Green+Blue) = 57+113+155=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #39719B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39719B is #C68E64. Grayscale: #646464. Windows color (decimal): -13012581 or 10187065. OLE color: 10187065.

HSL color Cylindrical-coordinate representation of color #39719B: hue angle of 205.71º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39719B is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57113155-
CMYK0.630.2700.39
HSL205.71º46.23%41.57%-
HSV(B)205.71º63.23%60.78%-
XYZ13.5115.0533.2-
YUV101.04158.4596.58-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 113 (44.53% from 255) = 34.77%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=17.54%
G=34.77%
B=47.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571131550.630.2700.39205.7146.2341.57
Hex39719B3F1B027ce2e2a
Octal7116123377330473165652
Binary11100111100011001101111111111011010011111001110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39719B; }

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

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

<style>
 a { background-color: #39719B; }

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

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

<style>
 span { border-color: #39719B; }

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

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