#387A9B

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

Shades of Lochmara #387A9B

Tints of Lochmara #387A9B

Color information

#387A9B (or 0x387A9B) is unknown color: approx Lochmara. HEX triplet: 38, 7A and 9B. RGB value is (56,122,155). Sum of RGB (Red+Green+Blue) = 56+122+155=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #387A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387A9B is #C78564. Grayscale: #696969. Windows color (decimal): -13075813 or 10189368. OLE color: 10189368.

HSL color Cylindrical-coordinate representation of color #387A9B: hue angle of 200º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #387A9B is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB56122155-
CMYK0.640.2100.39
HSL200º46.92%41.37%-
HSV(B)200º63.87%60.78%-
XYZ14.5117.1333.55-
YUV106.03155.6392.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 122 (48.05% from 255) = 36.64%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=16.82%
G=36.64%
B=46.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal561221550.640.2100.3920046.9241.37
Hex387A9B4015027c82f29
Octal70172233100250473105751
Binary111000111101010011011100000010101010011111001000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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