#39749A

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

Shades of Lochmara #39749A

Tints of Lochmara #39749A

Color information

#39749A (or 0x39749A) is unknown color: approx Lochmara. HEX triplet: 39, 74 and 9A. RGB value is (57,116,154). Sum of RGB (Red+Green+Blue) = 57+116+154=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #39749A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39749A is #C68B65. Grayscale: #666666. Windows color (decimal): -13011814 or 10122297. OLE color: 10122297.

HSL color Cylindrical-coordinate representation of color #39749A: hue angle of 203.51º 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 #39749A is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57116154-
CMYK0.630.2500.40
HSL203.51º45.97%41.37%-
HSV(B)203.51º62.99%60.39%-
XYZ13.7715.6932.88-
YUV102.69156.9595.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 154 (60.55% from 255) = 47.09%
R=17.43%
G=35.47%
B=47.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571161540.630.2500.40203.5145.9741.37
Hex39749A3F19028cc2e29
Octal7116423277310503145651
Binary11100111101001001101011111111001010100011001100101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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