#387A9E

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

Shades of Lochmara #387A9E

Tints of Lochmara #387A9E

Color information

#387A9E (or 0x387A9E) is unknown color: approx Lochmara. HEX triplet: 38, 7A and 9E. RGB value is (56,122,158). Sum of RGB (Red+Green+Blue) = 56+122+158=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #387A9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A9E is #C78561. Grayscale: #6A6A6A. Windows color (decimal): -13075810 or 10385976. OLE color: 10385976.

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

Color convert

RGB56122158-
CMYK0.650.2300.38
HSL201.18º47.66%41.96%-
HSV(B)201.18º64.56%61.96%-
XYZ14.7617.2334.9-
YUV106.37157.1392.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 122 (48.05% from 255) = 36.31%
BLUE value IS 158 (62.11% from 255) = 47.02%
R=16.67%
G=36.31%
B=47.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561221580.650.2300.38201.1847.6641.96
Hex387A9E4117026c9302a
Octal70172236101270463116052
Binary111000111101010011110100000110111010011011001001110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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