#39759B

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

Shades of Lochmara #39759B

Tints of Lochmara #39759B

Color information

#39759B (or 0x39759B) is unknown color: approx Lochmara. HEX triplet: 39, 75 and 9B. RGB value is (57,117,155). Sum of RGB (Red+Green+Blue) = 57+117+155=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #39759B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39759B is #C68A64. Grayscale: #676767. Windows color (decimal): -13011557 or 10188089. OLE color: 10188089.

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

Color convert

RGB57117155-
CMYK0.630.2500.39
HSL203.27º46.23%41.57%-
HSV(B)203.27º63.23%60.78%-
XYZ13.9715.9633.35-
YUV103.39157.1294.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 155 (60.94% from 255) = 47.11%
R=17.33%
G=35.56%
B=47.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571171550.630.2500.39203.2746.2341.57
Hex39759B3F19027cb2e2a
Octal7116523377310473135652
Binary11100111101011001101111111111001010011111001011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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