#387C9E

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

Shades of Lochmara #387C9E

Tints of Lochmara #387C9E

Color information

#387C9E (or 0x387C9E) is unknown color: approx Lochmara. HEX triplet: 38, 7C and 9E. RGB value is (56,124,158). Sum of RGB (Red+Green+Blue) = 56+124+158=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 124 (48.83% from 255 or 36.69% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #387C9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C9E is #C78361. Grayscale: #6B6B6B. Windows color (decimal): -13075298 or 10386488. OLE color: 10386488.

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

Color convert

RGB56124158-
CMYK0.650.2200.38
HSL200º47.66%41.96%-
HSV(B)200º64.56%61.96%-
XYZ15.0117.7234.98-
YUV107.54156.4791.24-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 124 (48.83% from 255) = 36.69%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=16.57%
G=36.69%
B=46.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561241580.650.2200.3820047.6641.96
Hex387C9E4116026c8302a
Octal70174236101260463106052
Binary111000111110010011110100000110110010011011001000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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