#386FAE

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

Shades of Lochmara #386FAE

Tints of Lochmara #386FAE

Color information

#386FAE (or 0x386FAE) is unknown color: approx Lochmara. HEX triplet: 38, 6F and AE. RGB value is (56,111,174). Sum of RGB (Red+Green+Blue) = 56+111+174=341 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.42% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 174 (68.36% from 255 or 51.03% from 341); Max value from RGB is 174 - color contains mainly: blue. Hex color #386FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FAE is #C79051. Grayscale: #656565. Windows color (decimal): -13078610 or 11431736. OLE color: 11431736.

HSL color Cylindrical-coordinate representation of color #386FAE: hue angle of 212.03º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #386FAE is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB56111174-
CMYK0.680.3600.32
HSL212.03º51.3%45.1%-
HSV(B)212.03º67.82%68.24%-
XYZ14.9615.2742.2-
YUV101.74168.7895.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.42%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 174 (68.36% from 255) = 51.03%
R=16.42%
G=32.55%
B=51.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal561111740.680.3600.32212.0351.345.1
Hex386FAE4424020d4332d
Octal70157256104440403246355
Binary1110001101111101011101000100100100010000011010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,111,174); }

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

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

 a { background-color: rgb(56,111,174); }

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

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

 span { border-color: rgb(56,111,174); }

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