#39769F

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

Shades of Lochmara #39769F

Tints of Lochmara #39769F

Color information

#39769F (or 0x39769F) is unknown color: approx Lochmara. HEX triplet: 39, 76 and 9F. RGB value is (57,118,159). Sum of RGB (Red+Green+Blue) = 57+118+159=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 159 (62.5% from 255 or 47.60% from 334); Max value from RGB is 159 - color contains mainly: blue. Hex color #39769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39769F is #C68960. Grayscale: #686868. Windows color (decimal): -13011297 or 10450489. OLE color: 10450489.

HSL color Cylindrical-coordinate representation of color #39769F: hue angle of 204.12º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #39769F is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB57118159-
CMYK0.640.2600.38
HSL204.12º47.22%42.35%-
HSV(B)204.12º64.15%62.35%-
XYZ14.4216.3335.19-
YUV104.44158.7994.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 118 (46.48% from 255) = 35.33%
BLUE value IS 159 (62.5% from 255) = 47.60%
R=17.07%
G=35.33%
B=47.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal571181590.640.2600.38204.1247.2242.35
Hex39769F401A026cc2f2a
Octal71166237100320463145752
Binary111001111011010011111100000011010010011011001100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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