#386EA2

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

Shades of Lochmara #386EA2

Tints of Lochmara #386EA2

Color information

#386EA2 (or 0x386EA2) is unknown color: approx Lochmara. HEX triplet: 38, 6E and A2. RGB value is (56,110,162). Sum of RGB (Red+Green+Blue) = 56+110+162=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 162 (63.67% from 255 or 49.39% from 328); Max value from RGB is 162 - color contains mainly: blue. Hex color #386EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386EA2 is #C7915D. Grayscale: #636363. Windows color (decimal): -13078878 or 10645048. OLE color: 10645048.

HSL color Cylindrical-coordinate representation of color #386EA2: hue angle of 209.43º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386EA2 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB56110162-
CMYK0.650.3200.36
HSL209.43º48.62%42.75%-
HSV(B)209.43º65.43%63.53%-
XYZ13.7314.636.28-
YUV99.78163.1196.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 110 (43.36% from 255) = 33.54%
BLUE value IS 162 (63.67% from 255) = 49.39%
R=17.07%
G=33.54%
B=49.39%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561101620.650.3200.36209.4348.6242.75
Hex386EA24120024d1312b
Octal70156242101400443216153
Binary1110001101110101000101000001100000010010011010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,110,162); }

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

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

 a { background-color: rgb(56,110,162); }

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

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

 span { border-color: rgb(56,110,162); }

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