#386CB9

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

Shades of Lochmara #386CB9

Tints of Lochmara #386CB9

Color information

#386CB9 (or 0x386CB9) is unknown color: approx Lochmara. HEX triplet: 38, 6C and B9. RGB value is (56,108,185). Sum of RGB (Red+Green+Blue) = 56+108+185=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 185 (72.66% from 255 or 53.01% from 349); Max value from RGB is 185 - color contains mainly: blue. Hex color #386CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #386CB9 is #C79346. Grayscale: #646464. Windows color (decimal): -13079367 or 12151864. OLE color: 12151864.

HSL color Cylindrical-coordinate representation of color #386CB9: hue angle of 215.81º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #386CB9 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB56108185-
CMYK0.700.4200.27
HSL215.81º53.53%47.25%-
HSV(B)215.81º69.73%72.55%-
XYZ15.7515.0747.98-
YUV101.23175.2795.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 108 (42.58% from 255) = 30.95%
BLUE value IS 185 (72.66% from 255) = 53.01%
R=16.05%
G=30.95%
B=53.01%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal561081850.700.4200.27215.8153.5347.25
Hex386CB9462A01Bd8362f
Octal70154271106520333306657
Binary111000110110010111001100011010101001101111011000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #386CB9; }

 p { color: rgb(56,108,185); }

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

<style>
 a { background-color: #386CB9; }

 a { background-color: rgb(56,108,185); }

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

<style>
 span { border-color: #386CB9; }

 span { border-color: rgb(56,108,185); }

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