#387EA5

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

Shades of Lochmara #387EA5

Tints of Lochmara #387EA5

Color information

#387EA5 (or 0x387EA5) is unknown color: approx Lochmara. HEX triplet: 38, 7E and A5. RGB value is (56,126,165). Sum of RGB (Red+Green+Blue) = 56+126+165=347 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.14% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #387EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387EA5 is #C7815A. Grayscale: #6D6D6D. Windows color (decimal): -13074779 or 10845752. OLE color: 10845752.

HSL color Cylindrical-coordinate representation of color #387EA5: hue angle of 201.47º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #387EA5 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56126165-
CMYK0.660.2400.35
HSL201.47º49.32%43.33%-
HSV(B)201.47º66.06%64.71%-
XYZ15.8818.4838.33-
YUV109.52159.3189.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.14%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 165 (64.84% from 255) = 47.55%
R=16.14%
G=36.31%
B=47.55%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561261650.660.2400.35201.4749.3243.33
Hex387EA54218023c9312b
Octal70176245102300433116153
Binary111000111111010100101100001011000010001111001001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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