#386C98

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

Shades of Lochmara #386C98

Tints of Lochmara #386C98

Color information

#386C98 (or 0x386C98) is unknown color: approx Lochmara. HEX triplet: 38, 6C and 98. RGB value is (56,108,152). Sum of RGB (Red+Green+Blue) = 56+108+152=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 108 (42.58% from 255 or 34.18% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #386C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386C98 is #C79367. Grayscale: #616161. Windows color (decimal): -13079400 or 9989176. OLE color: 9989176.

HSL color Cylindrical-coordinate representation of color #386C98: hue angle of 207.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386C98 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB56108152-
CMYK0.630.2900.40
HSL207.5º46.15%40.78%-
HSV(B)207.5º63.16%59.61%-
XYZ12.6613.8331.71-
YUV97.47158.7798.42-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 108 (42.58% from 255) = 34.18%
BLUE value IS 152 (59.77% from 255) = 48.10%
R=17.72%
G=34.18%
B=48.10%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561081520.630.2900.40207.546.1540.78
Hex386C983F1D028d02e29
Octal7015423077350503205651
Binary11100011011001001100011111111101010100011010000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #386C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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