#38759F

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

Shades of Lochmara #38759F

Tints of Lochmara #38759F

Color information

#38759F (or 0x38759F) is unknown color: approx Lochmara. HEX triplet: 38, 75 and 9F. RGB value is (56,117,159). Sum of RGB (Red+Green+Blue) = 56+117+159=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 159 (62.5% from 255 or 47.89% from 332); Max value from RGB is 159 - color contains mainly: blue. Hex color #38759F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38759F is #C78A60. Grayscale: #676767. Windows color (decimal): -13077089 or 10450232. OLE color: 10450232.

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

Color convert

RGB56117159-
CMYK0.650.2600.38
HSL204.47º47.91%42.16%-
HSV(B)204.47º64.78%62.35%-
XYZ14.2516.0735.15-
YUV103.55159.2994.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 159 (62.5% from 255) = 47.89%
R=16.87%
G=35.24%
B=47.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561171590.650.2600.38204.4747.9142.16
Hex38759F411A026cc302a
Octal70165237101320463146052
Binary111000111010110011111100000111010010011011001100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38759F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,117,159); }

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

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

 a { background-color: rgb(56,117,159); }

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

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

 span { border-color: rgb(56,117,159); }

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