#387E9F

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

Shades of Lochmara #387E9F

Tints of Lochmara #387E9F

Color information

#387E9F (or 0x387E9F) is unknown color: approx Lochmara. HEX triplet: 38, 7E and 9F. RGB value is (56,126,159). Sum of RGB (Red+Green+Blue) = 56+126+159=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #387E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387E9F is #C78160. Grayscale: #6C6C6C. Windows color (decimal): -13074785 or 10452536. OLE color: 10452536.

HSL color Cylindrical-coordinate representation of color #387E9F: hue angle of 199.22º 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 #387E9F is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56126159-
CMYK0.650.2100.38
HSL199.22º47.91%42.16%-
HSV(B)199.22º64.78%62.35%-
XYZ15.3518.2735.52-
YUV108.83156.3190.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=16.42%
G=36.95%
B=46.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561261590.650.2100.38199.2247.9142.16
Hex387E9F4115026c7302a
Octal70176237101250463076052
Binary111000111111010011111100000110101010011011000111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387E9F; }

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

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

<style>
 a { background-color: #387E9F; }

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

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

<style>
 span { border-color: #387E9F; }

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

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