#387A9D

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

Shades of Lochmara #387A9D

Tints of Lochmara #387A9D

Color information

#387A9D (or 0x387A9D) is unknown color: approx Lochmara. HEX triplet: 38, 7A and 9D. RGB value is (56,122,157). Sum of RGB (Red+Green+Blue) = 56+122+157=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #387A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A9D is #C78562. Grayscale: #6A6A6A. Windows color (decimal): -13075811 or 10320440. OLE color: 10320440.

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

Color convert

RGB56122157-
CMYK0.640.2200.38
HSL200.79º47.42%41.76%-
HSV(B)200.79º64.33%61.57%-
XYZ14.6817.1934.44-
YUV106.26156.6392.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 122 (48.05% from 255) = 36.42%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=16.72%
G=36.42%
B=46.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561221570.640.2200.38200.7947.4241.76
Hex387A9D4016026c92f2a
Octal70172235100260463115752
Binary111000111101010011101100000010110010011011001001101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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