#39679A

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

Shades of Lochmara #39679A

Tints of Lochmara #39679A

Color information

#39679A (or 0x39679A) is unknown color: approx Lochmara. HEX triplet: 39, 67 and 9A. RGB value is (57,103,154). Sum of RGB (Red+Green+Blue) = 57+103+154=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #39679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39679A is #C69865. Grayscale: #5E5E5E. Windows color (decimal): -13015142 or 10118969. OLE color: 10118969.

HSL color Cylindrical-coordinate representation of color #39679A: hue angle of 211.55º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39679A is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57103154-
CMYK0.630.3300.40
HSL211.55º45.97%41.37%-
HSV(B)211.55º62.99%60.39%-
XYZ12.3712.932.41-
YUV95.06161.26100.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=18.15%
G=32.80%
B=49.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571031540.630.3300.40211.5545.9741.37
Hex39679A3F21028d42e29
Octal7114723277410503245651
Binary111001110011110011010111111100001010100011010100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39679A; }

 p { color: rgb(57,103,154); }

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

<style>
 a { background-color: #39679A; }

 a { background-color: rgb(57,103,154); }

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

<style>
 span { border-color: #39679A; }

 span { border-color: rgb(57,103,154); }

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