#386FAA

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

Shades of Lochmara #386FAA

Tints of Lochmara #386FAA

Color information

#386FAA (or 0x386FAA) is unknown color: approx Lochmara. HEX triplet: 38, 6F and AA. RGB value is (56,111,170). Sum of RGB (Red+Green+Blue) = 56+111+170=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 170 (66.80% from 255 or 50.45% from 337); Max value from RGB is 170 - color contains mainly: blue. Hex color #386FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386FAA is #C79055. Grayscale: #646464. Windows color (decimal): -13078614 or 11169592. OLE color: 11169592.

HSL color Cylindrical-coordinate representation of color #386FAA: hue angle of 211.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #386FAA is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB56111170-
CMYK0.670.3500.33
HSL211.05º50.44%44.31%-
HSV(B)211.05º67.06%66.67%-
XYZ14.5715.1140.18-
YUV101.28166.7895.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 111 (43.75% from 255) = 32.94%
BLUE value IS 170 (66.80% from 255) = 50.45%
R=16.62%
G=32.94%
B=50.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal561111700.670.3500.33211.0550.4444.31
Hex386FAA4323021d3322c
Octal70157252103430413236254
Binary1110001101111101010101000011100011010000111010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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