#387AA5

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

Shades of Lochmara #387AA5

Tints of Lochmara #387AA5

Color information

#387AA5 (or 0x387AA5) is unknown color: approx Lochmara. HEX triplet: 38, 7A and A5. RGB value is (56,122,165). Sum of RGB (Red+Green+Blue) = 56+122+165=343 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.33% from 343); Green value is 122 (48.05% from 255 or 35.57% from 343); Blue value is 165 (64.84% from 255 or 48.10% from 343); Max value from RGB is 165 - color contains mainly: blue. Hex color #387AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387AA5 is #C7855A. Grayscale: #6A6A6A. Windows color (decimal): -13075803 or 10844728. OLE color: 10844728.

HSL color Cylindrical-coordinate representation of color #387AA5: hue angle of 203.67º 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 #387AA5 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB56122165-
CMYK0.660.2600.35
HSL203.67º49.32%43.33%-
HSV(B)203.67º66.06%64.71%-
XYZ15.3817.4838.16-
YUV107.17160.6391.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.33%
GREEN value IS 122 (48.05% from 255) = 35.57%
BLUE value IS 165 (64.84% from 255) = 48.10%
R=16.33%
G=35.57%
B=48.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561221650.660.2600.35203.6749.3243.33
Hex387AA5421A023cc312b
Octal70172245102320433146153
Binary111000111101010100101100001011010010001111001100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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