#39769B

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

Shades of Lochmara #39769B

Tints of Lochmara #39769B

Color information

#39769B (or 0x39769B) is unknown color: approx Lochmara. HEX triplet: 39, 76 and 9B. RGB value is (57,118,155). Sum of RGB (Red+Green+Blue) = 57+118+155=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #39769B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39769B is #C68964. Grayscale: #676767. Windows color (decimal): -13011301 or 10188345. OLE color: 10188345.

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

Color convert

RGB57118155-
CMYK0.630.2400.39
HSL202.65º46.23%41.57%-
HSV(B)202.65º63.23%60.78%-
XYZ14.0816.1933.39-
YUV103.98156.7994.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=17.27%
G=35.76%
B=46.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571181550.630.2400.39202.6546.2341.57
Hex39769B3F18027cb2e2a
Octal7116623377300473135652
Binary11100111101101001101111111111000010011111001011101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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