#387C9D

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

Shades of Lochmara #387C9D

Tints of Lochmara #387C9D

Color information

#387C9D (or 0x387C9D) is unknown color: approx Lochmara. HEX triplet: 38, 7C and 9D. RGB value is (56,124,157). Sum of RGB (Red+Green+Blue) = 56+124+157=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #387C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C9D is #C78362. Grayscale: #6B6B6B. Windows color (decimal): -13075299 or 10320952. OLE color: 10320952.

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

Color convert

RGB56124157-
CMYK0.640.2100.38
HSL199.6º47.42%41.76%-
HSV(B)199.6º64.33%61.57%-
XYZ14.9217.6934.53-
YUV107.43155.9791.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 157 (61.72% from 255) = 46.59%
R=16.62%
G=36.80%
B=46.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561241570.640.2100.38199.647.4241.76
Hex387C9D4015026c82f2a
Octal70174235100250463105752
Binary111000111110010011101100000010101010011011001000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,124,157); }

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

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

 a { background-color: rgb(56,124,157); }

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

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

 span { border-color: rgb(56,124,157); }

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